From ae12f8abdcb2c94d221c5a1f1c046fa68442a9cd Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Jul 2024 21:35:36 +0200 Subject: [PATCH] feat: adds agenix to `violet` --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ca21552..08fa9a6 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }; }; - outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs: + outputs = { nixpkgs, self, agenix, iceshrimp, , ...} @ inputs: let selfPkgs = import ./pkgs; username = "liv"; @@ -71,7 +71,7 @@ modules = [( import ./hosts/violet )]; - specialArgs = { host="violet"; inherit self inputs username iceshrimp ; }; + specialArgs = { host="violet"; inherit self inputs username agenix iceshrimp ; }; }; vm = nixpkgs.lib.nixosSystem {