nix: reference upgrade test
This commit is contained in:
parent
c4dffb6513
commit
19f85e2650
@ -65,6 +65,7 @@ in
|
||||
, mdbook-linkcheck
|
||||
, nlohmann_json
|
||||
, nixosTests
|
||||
, nixVersions
|
||||
, openssl
|
||||
, perl
|
||||
, pkg-config
|
||||
@ -260,6 +261,7 @@ self = stdenv.mkDerivation {
|
||||
# Basic smoke test that needs to pass when upgrading nix.
|
||||
# Note that this test does only test the nixVersions.stable attribute.
|
||||
misc = nixosTests.nix-misc.default;
|
||||
upgrade = nixosTests.nix-upgrade;
|
||||
|
||||
srcVersion = runCommand "nix-src-version" {
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user