diff options
-rwxr-xr-x | flake.nix | 2 |
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 { |