chore: remove old inputs

This commit is contained in:
2026-07-26 11:28:39 +02:00
parent 66d0a1fddd
commit 8e2bfc551e
2 changed files with 31 additions and 58 deletions
+1 -3
View File
@@ -6,7 +6,7 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts.follows = "lux-pkgs/flake-parts";
flake-parts.url = "github:hercules-ci/flake-parts";
helix.url = "github:helix-editor/helix";
home-manager = {
url = "github:nix-community/home-manager";
@@ -44,8 +44,6 @@
inputs.elephant.follows = "elephant";
inputs.nixpkgs.follows = "nixpkgs";
};
lux-pkgs.url = "git+ssh://gitea@orion/kiri/lux-pkgs";
};
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);