about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 172cc6fd..6bd2395c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -96,7 +96,6 @@
       url = "github:oxalica/rust-overlay";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
       };
     };
     flake_version_update = {
@@ -137,6 +136,7 @@
     agenix = {
       url = "github:ryantm/agenix";
       inputs = {
+        darwin.follows = "nix-darwin";
         nixpkgs.follows = "nixpkgs";
         home-manager.follows = "home-manager";
         systems.follows = "systems";