Loading pkgs/development/compilers/dotnet/update.sh +3 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=../../../../. -i bash -p curl jq nix gnused #!nix-shell -I nixpkgs=./. -i bash -p curl jq nix gnused # shellcheck shell=bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" release () { local content="$1" local version="$2" Loading Loading
pkgs/development/compilers/dotnet/update.sh +3 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -I nixpkgs=../../../../. -i bash -p curl jq nix gnused #!nix-shell -I nixpkgs=./. -i bash -p curl jq nix gnused # shellcheck shell=bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" release () { local content="$1" local version="$2" Loading