update flake

This commit is contained in:
TheWanderingCrow 2025-06-09 11:06:03 -04:00
parent 27af396b1f
commit 2141de8cb1
2 changed files with 42 additions and 1 deletions

View file

@ -24,7 +24,7 @@
name = host;
value = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
inherit inputs outputs lib;
isDarwin = false;
};
modules = [./hosts/nixos/${host}];