This commit is contained in:
Lilith 2025-03-13 01:29:44 +01:00
parent f94de157a6
commit ec8fbeacc1
Signed by: lilith
GPG key ID: 8712A0F317C37175
9 changed files with 31 additions and 14 deletions

View file

@ -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;