summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-03 18:24:20 +0200
committerRory& <root@rory.gay>2024-06-05 15:52:38 +0200
commit592d12e2e8726c3628c81eb3e8602a1efadd59b6 (patch)
tree1b78de41d79c738d3a1440341a5f1b1b203f3132
parentAdd boot log (diff)
downloadSpacebar-Open-Infrastructure-592d12e2e8726c3628c81eb3e8602a1efadd59b6.tar.xz
Try passing lib and nixpkgs to secrets
-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 {