From fd6ca655c35dd6037d46336c0d33d75ac5ba507d Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 13 Sep 2024 16:46:10 +0100 Subject: [PATCH] added aagl as a flake input, about to update --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 74c3a15..c7e6483 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ ./modules/packages.nix ./modules/aagl.nix inputs.aagl.nixosModules.default - { nix.settings = aagl.nixConfig; } # Setup cachix for aagl projects + { nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects # Imports home-manager module for use within nixos, not reccomended for use WITH standalone version # inputs.home-manager.nixosModules.default ];