unfree
This commit is contained in:
parent
f94de157a6
commit
ec8fbeacc1
9 changed files with 31 additions and 14 deletions
|
|
@ -56,7 +56,7 @@
|
|||
hostname:
|
||||
let
|
||||
hardware = import ./hosts/${hostname}/hardware-configuration.nix;
|
||||
args = builtins.functionArgs hardware // { lib.mkdefault = lib.id; };
|
||||
args = builtins.functionArgs hardware // { lib.mkDefault = lib.id; };
|
||||
in
|
||||
(hardware args).nixpkgs.hostPlatform;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue