diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-17 13:45:37 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-17 13:45:37 +0100 |
commit | 7636abc6bfcdca34d4b90a144365235012275339 (patch) | |
tree | 82d753ceea1f753d1bffe89901f966eb2cd1cdbb /scripts | |
parent | fe6f1528cd4df919fbd65005b9499be2da87ff0a (diff) | |
download | Nix-7636abc6bfcdca34d4b90a144365235012275339.tar.gz Nix-7636abc6bfcdca34d4b90a144365235012275339.tar.zst Nix-7636abc6bfcdca34d4b90a144365235012275339.zip |
Use more up to date version of yarn2nix
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-env b/scripts/make-env index d374c31..ec10865 100755 --- a/scripts/make-env +++ b/scripts/make-env | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | nix-env -r -i -A immaePackages -f "<nixpkgs>" | 3 | nix-env -r -i -A immaePackages -f "<nixpkgs>" "$@" |