Added autofail for shell scripts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs }:
|
||||
|
||||
pkgs.writeShellScriptBin "nixupdate" ''
|
||||
set -Eeuo pipefail
|
||||
cd /home/joe/.config/nix
|
||||
nix flake update
|
||||
sudo -v
|
||||
|
||||
Reference in New Issue
Block a user