diff options
| author | Christine Dodrill <me@christine.website> | 2020-11-18 13:22:51 -0500 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-11-18 13:22:51 -0500 |
| commit | 9371e7f848642db0f7447c282bdcc6311c7192a5 (patch) | |
| tree | a4a49357ef74580b5e446a2cc98f8d86345bcddf | |
| parent | f8ae558738d1b2639a68661b6d516a7844baab57 (diff) | |
| download | xesite-9371e7f848642db0f7447c282bdcc6311c7192a5.tar.xz xesite-9371e7f848642db0f7447c282bdcc6311c7192a5.zip | |
fix this?
| -rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 57f4eaf..5efb8df 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env nix-shell #! nix-shell -p doctl -p kubectl -p curl -i bash -#! nix-shell -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable +#! nix-shell -I nixpkgs=https://releases.nixos.org/nixpkgs/nixpkgs-21.03pre252431.4f3475b113c/nixexprs.tar.xz nix-env -if ./nix/dhall-yaml.nix doctl kubernetes cluster kubeconfig save kubermemes |
