declarative: avoid deprecated nixpkgs.initialSystem

Fixes #32
This commit is contained in:
Louis Bettens 2022-06-13 21:03:45 +02:00 committed by Louis Bettens
parent 22499fc021
commit 6e651c0e86

View File

@ -37,7 +37,7 @@ with lib;
specifies the nix platform type for which the guest should be built.
'';
type = types.str;
default = config.nixpkgs.initialSystem;
default = config.nixpkgs.system;
defaultText = literalDocBook "same as the host";
};
};