Skip to content

Commit

Permalink
CI workflow: set shell safety options
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Mar 27, 2024
1 parent c772c4f commit 462de39
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 @@ -116,6 +116,7 @@
];

ci = pkgs.writeShellScriptBin "ci" ''
set -euo pipefail
${pkgs.nixci}/bin/nixci | ${pkgs.cachix}/bin/cachix push 42loco42
'';

Expand Down

0 comments on commit 462de39

Please sign in to comment.