mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
update flake
This commit is contained in:
parent
27af396b1f
commit
2141de8cb1
2 changed files with 42 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
name = host;
|
||||
value = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
inherit inputs outputs lib;
|
||||
isDarwin = false;
|
||||
};
|
||||
modules = [./hosts/nixos/${host}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue