inherit system

This commit is contained in:
2026-03-03 11:38:56 +01:00
parent 139b912991
commit c6c3a071ad

View File

@@ -10,7 +10,7 @@
inputs.nixpkgs.lib.nixosSystem { inputs.nixpkgs.lib.nixosSystem {
inherit system; inherit system;
specialArgs = { specialArgs = {
inherit user host; inherit user host system;
fullname = fullnames.${user}; fullname = fullnames.${user};
pkgs-unstable = import inputs.nixpkgs-unstable { pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system; inherit system;