Skip to content

Commit

Permalink
use bash interpreter explicitly in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Mar 9, 2024
1 parent 8093164 commit f0b1f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
'';
updateCommands = mapAttrsToList updateCommand pkgsetsToUpdate;
script = pkgs.writeScript "update" ''
#!${pkgs.bash}/bin/bash
set -o errexit
${concatStringsSep "\n" updateCommands}
'';
Expand Down

0 comments on commit f0b1f99

Please sign in to comment.