Commit 19f85e26 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

nix: reference upgrade test

parent c4dffb65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;