diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 8010c07..b1d430d 100644 --- a/flake.nix +++ b/flake.nix @@ -66,8 +66,10 @@ url = "github:nix-community/nixvim"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; + flake-parts.follows = "flake-parts"; pre-commit-hooks.follows = "pre-commit-hooks-nix"; + home-manager.follows = "home-manager"; + nix-darwin.follows = "nix-darwin"; }; }; lanzaboote = { |