Unverified Commit 19fe841d authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

Merge pull request #207902 from Gabriella439/gabriella/fix_rebuilds

darwin.builder: Fix gratuitous rebuilds
parents 074c7c05 474198f8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -93,7 +93,12 @@ in
        };
      });

  system.stateVersion = "22.05";
  system = {
    # To prevent gratuitous rebuilds on each change to Nixpkgs
    nixos.revision = null;

    stateVersion = "22.05";
  };

  users.users."${user}"= {
    isNormalUser = true;