Commit bde7471a authored by K900's avatar K900
Browse files

nixos/lib/testing: remove another source of unnecessary test rebuilds

parent 3c6b3fdd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,7 +16,10 @@ in
      # The human version (e.g. 21.05-pre) is left as is, because it is useful
      # for external modules that test with e.g. testers.nixosTest and rely on that
      # version number.
      config.system.nixos.revision = mkForce "constant-nixos-revision";
      config.system.nixos = {
        revision = mkForce "constant-nixos-revision";
        label = mkForce "test";
      };
    }

  ];