declarative: avoid deprecated nixpkgs.initialSystem

Fixes #32
This commit is contained in:
Julie B. 2022-06-13 21:03:45 +02:00
parent 1322252ea5
commit 3d47c95f9d

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";
};
};