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 247af77..7f6a3d0 100755
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
         ];
         specialArgs = {
           inherit home-manager;
-            secrets = secrets { inherit (nixpkgs) lib; };
+            secrets = import secrets { inherit (nixpkgs) lib; };
         };
       };
       Spacebar-synapse = nixpkgs.lib.nixosSystem {