summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-01-13 16:55:49 +0100
committersils <sils@sils.li>2024-01-13 16:55:49 +0100
commitbc1ff30ac06252afba2eeb2c1c11908a588129c1 (patch)
treece03a26c8043739fb7fa2ce3d7c46e3830141682 /flake.nix
parentcleanup obsolete config (diff)
downloadnix-config-bc1ff30ac06252afba2eeb2c1c11908a588129c1.tar.gz
nix-config-bc1ff30ac06252afba2eeb2c1c11908a588129c1.zip
flake.nix: update nixvim inputs
*.follows = "*"
Diffstat (limited to 'flake.nix')
-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 = {