remove flake-parts indirection, nix flake update

This commit is contained in:
müde 2026-07-04 12:00:12 +02:00
commit b86b3de8be
2 changed files with 27 additions and 48 deletions

View file

@ -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 = {