From 592d12e2e8726c3628c81eb3e8602a1efadd59b6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 3 Apr 2023 18:24:20 +0200 Subject: Try passing lib and nixpkgs to secrets --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit 1.4.1