mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
updates
This commit is contained in:
parent
1c341a85e2
commit
ca918f2a12
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"x86_64-linux"
|
||||
];
|
||||
# Extend lib with lib.custom
|
||||
# make sure to inherit this once we do lib extensions
|
||||
#lib = nixpkgs.lib.extend (self: super: {custom = import ./lib {inherit (nixpkgs) lib;};});
|
||||
in {
|
||||
# Overlays
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
name = host;
|
||||
value = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs lib;
|
||||
inherit inputs outputs;
|
||||
isDarwin = false;
|
||||
};
|
||||
modules = [./hosts/nixos/${host}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue