diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-03 18:24:20 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:52:38 +0200 |
commit | 592d12e2e8726c3628c81eb3e8602a1efadd59b6 (patch) | |
tree | 1b78de41d79c738d3a1440341a5f1b1b203f3132 | |
parent | Add boot log (diff) | |
download | Spacebar-Open-Infrastructure-592d12e2e8726c3628c81eb3e8602a1efadd59b6.tar.xz |
Try passing lib and nixpkgs to secrets
-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 { |