diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 0b3a7bf1..27013630 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,9 @@ flake-utils.follows = "flake-utils"; }; }; + flake-parts = { + url = "github:hercules-ci/flake-parts"; + }; haumea = { url = "github:nix-community/haumea"; inputs = { @@ -89,8 +92,9 @@ nixVim = { url = "github:nix-community/nixvim"; inputs = { + home-manager.follows = "home-manager"; + flake-parts.follows = "flake-parts"; nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; pre-commit-hooks.follows = "pre-commit-hooks"; }; }; @@ -138,6 +142,7 @@ nixpkgs.follows = "nixpkgs-stable"; flake-compat.follows = "flake-compat"; flake-utils.follows = "flake-utils"; + flake-parts.follows = "flake-parts"; crane.follows = "crane"; rust-overlay.follows = "rust-overlay"; pre-commit-hooks-nix.follows = "pre-commit-hooks"; |