This commit is contained in:
Aaron Bieber 2022-11-04 09:03:15 -06:00
parent 8a23bd37e8
commit 4b25be35a5
No known key found for this signature in database

View File

@ -82,7 +82,7 @@
buildVer = let state = self.rev or "DIRTY";
in {
system.configurationRevision = state;
system.autoUpgrade.enable = (state != "DIRTY");
system.autoUpgrade.enable = state != "DIRTY";
};
buildShell = pkgs: