mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
he cooked too hard
This commit is contained in:
parent
ea7b255484
commit
704bcfb763
1 changed files with 5 additions and 4 deletions
|
|
@ -102,12 +102,13 @@ rec {
|
|||
];
|
||||
}
|
||||
);
|
||||
mkDisko = lib.listToAttrs (
|
||||
map (name: {
|
||||
mkDisko = wrench [
|
||||
(map (name: {
|
||||
name = "disko-${name}";
|
||||
value.disko.devices = import "${self}/disko/${name}.nix" lib;
|
||||
})
|
||||
);
|
||||
}))
|
||||
builtins.listToAttrs
|
||||
];
|
||||
|
||||
/*
|
||||
/<name> -> packages named by directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue