flake: update (3)

This commit is contained in:
Ahwx 2024-08-20 18:17:12 +02:00
parent 6311ec19a7
commit 2f6975da84

View file

@ -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 {