Fixes / changes
This commit is contained in:
parent
08fd6e1334
commit
53a10e993b
6 changed files with 5 additions and 13 deletions
|
@ -28,16 +28,12 @@
|
|||
opt = nixpkgs.lib.optionals;
|
||||
dirFiles = dir: map (file: "${dir}/${file}") (builtins.attrNames (builtins.readDir dir));
|
||||
};
|
||||
nixpkgs-teams = import inputs.nixpkgs-teams {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
system = hostname: isDesktop:
|
||||
with dirUtils;
|
||||
nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs self isDesktop dirUtils nixpkgs-teams;
|
||||
inherit inputs self isDesktop dirUtils;
|
||||
};
|
||||
|
||||
modules =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue