Commit 4c289e94 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by Artturin
Browse files

nixVersions.stable: reference nix-misc in tests

This is a regression test for nix.
parent e60c483e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ in
, mdbook
, mdbook-linkcheck
, nlohmann_json
, nixosTests
, openssl
, perl
, pkg-config
@@ -251,6 +252,9 @@ self = stdenv.mkDerivation {

    tests = {
      nixi686 = pkgsi686Linux.nixVersions.${self_attribute_name};
      # 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;
    };
  };