Skip to content

Commit 522a7dc

Browse files
committed
Fix daily updates of hackage and stackage
These were broken by #1579 because `nix flake lock` now asks for confirmation that it is ok to use the nix configuration in the flake.
1 parent ca80ad0 commit 522a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-external.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ in
3535
3636
cd ..
3737
38-
nix --experimental-features 'nix-command flakes' flake lock --update-input ${name}
38+
yes | nix --experimental-features 'nix-command flakes' flake lock --update-input ${name}
3939
''

0 commit comments

Comments
 (0)