From 257140e6f518a69dc446b7865c8a89f3b314b301 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 10:32:50 +0200 Subject: [PATCH] feat: adds `iceshrimp` as an output to the flake and to `violet` --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 586ffdd..b7c2db2 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }; }; - outputs = { nixpkgs, self, agenix, catppuccin, ...} @ inputs: + outputs = { nixpkgs, self, agenix, iceshrimp, catppuccin, ...} @ inputs: let selfPkgs = import ./pkgs; username = "liv"; @@ -71,6 +71,7 @@ inherit system; modules = [( import ./hosts/violet + iceshrimp.nixosModules.default # agenix.nixosModules.default )]; specialArgs = { host="violet"; inherit self inputs username ; };