Commit d93db906 authored by K900's avatar K900
Browse files

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

parent 27eebe52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ in
      # version number.
      config.system.nixos = {
        revision = mkForce "constant-nixos-revision";
        versionSuffix = mkForce "test";
        label = mkForce "test";
      };
    }