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 {
inherit system;
specialArgs = {
inherit user host;
inherit user host system;
fullname = fullnames.${user};
pkgs-unstable = import inputs.nixpkgs-unstable {
inherit system;