Skip to content

Commit

Permalink
attempt to fix nix-env commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Nov 3, 2023
1 parent 1d1c009 commit 5dc9702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-nix-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "Building nix"
nix-build --no-link -A nix '<nixpkgs>'

echo "Installing"
nix-env -iA nixpkgs.devEnv
nix-env -iA nixpkgs.nix
nix-env -A nixpkgs -i devEnv
nix-env -A nixpkgs -i nix

0 comments on commit 5dc9702

Please sign in to comment.