mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Ran nix flake update, added follows
This commit is contained in:
parent
c9e22a9e14
commit
3875f530f5
2 changed files with 59 additions and 79 deletions
12
flake.nix
12
flake.nix
|
|
@ -11,6 +11,12 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Linting and formatting
|
||||
deadnix = {
|
||||
url = "github:astro/deadnix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Format disks with nix-config
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
|
|
@ -83,8 +89,10 @@
|
|||
};
|
||||
|
||||
# Linting and formatting
|
||||
deadnix.url = "github:astro/deadnix";
|
||||
statix.url = "github:astro/statix";
|
||||
statix = {
|
||||
url = "github:astro/statix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
}; # end inputs
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue