Skip to content

Commit

Permalink
Merge pull request #64 from sebaszv/fix-dvt-nounset
Browse files Browse the repository at this point in the history
dvt: remove `nounset` bash opt
  • Loading branch information
lucperkins authored Nov 18, 2024
2 parents be79f3d + 078145d commit ea36f02
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 @@ -49,6 +49,7 @@

dvt = final.writeShellApplication {
name = "dvt";
bashOptions = [ "errexit" "pipefail" ];
text = ''
if [ -z "''${1}" ]; then
echo "no template specified"
Expand Down

0 comments on commit ea36f02

Please sign in to comment.