Skip to content

Commit a1751ba

Browse files
committed
fix!: Provide the same functionality as the old lock command
1 parent 4f2d5bc commit a1751ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/emacs/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,10 @@ in
225225
generateLockDir =
226226
(generateLockFiles {
227227
packageInputs =
228-
excludeLocalPackages (enumerateConcretePackageSet "update" explicitPackages);
228+
excludeLocalPackages (enumerateConcretePackageSet "lock" explicitPackages);
229229
flakeNix = true;
230230
archiveLock = true;
231+
postCommand = "nix flake lock";
231232
})
232233
.writerScript {inherit postCommandOnGeneratingLockDir;};
233234

0 commit comments

Comments
 (0)