remove flake-parts indirection, nix flake update
This commit is contained in:
parent
19a93bfba3
commit
b86b3de8be
2 changed files with 27 additions and 48 deletions
11
flake.nix
11
flake.nix
|
|
@ -9,10 +9,6 @@
|
|||
};
|
||||
|
||||
#keep-sorted start block=yes
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
#inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hyperhive = {
|
||||
url = "git+https://forge.darkest.space/hyperhive/hyperhive.git";
|
||||
inputs = {
|
||||
|
|
@ -61,10 +57,7 @@
|
|||
};
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
servicepoint-cli = {
|
||||
url = "git+https://git.berlin.ccc.de/servicepoint/servicepoint-cli.git";
|
||||
|
|
@ -91,7 +84,7 @@
|
|||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nur.follows = "nur";
|
||||
flake-parts.follows = "flake-parts";
|
||||
flake-parts.follows = "nur/flake-parts";
|
||||
};
|
||||
};
|
||||
treefmt-nix = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue