Skip to content

Commit 39d823c

Browse files
committed
Use nixos-24.05 in start script
1 parent f2faa40 commit 39d823c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

start

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ EOF
328328
# https://github.com/tweag/rules_nixpkgs/blob/master/README.md
329329
nixpkgs_git_repository(
330330
name = "nixpkgs",
331-
# The darwin channel tends to have cached packages for linux,
332-
# but not always vice versa.
333-
revision = "nixpkgs-23.11-darwin",
331+
revision = "nixos-24.05",
334332
)
335333
336334
nixpkgs_cc_configure(

0 commit comments

Comments
 (0)