summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
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 = {