summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 19d19a8..247af77 100755
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
         ];
         specialArgs = {
           inherit home-manager;
-          inherit secrets;
+            secrets = secrets { inherit (nixpkgs) lib; };
         };
       };
       Spacebar-synapse = nixpkgs.lib.nixosSystem {