mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
addNugetDeps.fetch-deps: remove set -u (#366556)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# shellcheck shell=bash
|
||||
set -euo pipefail
|
||||
set -e
|
||||
|
||||
export PATH="@binPath@:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user