From 2f6975da841c29d1e9ef0d4781e798667fa1526c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 20 Aug 2024 18:17:12 +0200 Subject: [PATCH] flake: update (3) --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b175984..6fb2195 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; }; - outputs = { nixpkgs, self, iceshrimp, catppuccin, ...} @ inputs: + outputs = { nixpkgs, self, catppuccin, ...} @ inputs: let selfPkgs = import ./pkgs; username = "liv"; @@ -66,7 +66,7 @@ modules = [( import ./hosts/violet )]; - specialArgs = { host="violet"; inherit self inputs username iceshrimp ; }; + specialArgs = { host="violet"; inherit self inputs username; }; }; vm = nixpkgs.lib.nixosSystem {