Skip to content

Commit

Permalink
Update to use nix shell instead of nix run
Browse files Browse the repository at this point in the history
This was renamed upstream, see NixOS/nix#3551
  • Loading branch information
milibopp committed May 11, 2020
1 parent 78e8123 commit 156a8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

UPDATE=1 nix run nixpkgs#gnumake nixpkgs#curl -c make update --keep-going
UPDATE=1 nix shell nixpkgs#gnumake nixpkgs#curl -c make update --keep-going

nix flake update \
--update-input released-nixpkgs \
Expand Down

0 comments on commit 156a8b8

Please sign in to comment.