diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-02 12:01:33 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-02 12:34:00 +0200 |
commit | fdf6f74d3221e3dad853898f296149baea0aa476 (patch) | |
tree | 9fcd0db87425e2f533354a431d2fa81bd55cbe36 /scripts | |
parent | 6e2dc958bc8c5aac4871d2a618741fa4628ed126 (diff) | |
download | Nix-fdf6f74d3221e3dad853898f296149baea0aa476.tar.gz Nix-fdf6f74d3221e3dad853898f296149baea0aa476.tar.zst Nix-fdf6f74d3221e3dad853898f296149baea0aa476.zip |
Refactor configuration and overlays
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 415bd5b..fc52adc 100755 --- a/scripts/make-env +++ b/scripts/make-env | |||
@@ -3,4 +3,4 @@ | |||
3 | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | 3 | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" |
4 | 4 | ||
5 | source $(dirname $DIR)/nix_path_env | 5 | source $(dirname $DIR)/nix_path_env |
6 | nix-env -r -i -A immaePackages -f "<nixpkgs>" "$@" | 6 | nix-env -r -i -A myEnvironments.immae-eu -f "<nixpkgs>" "$@" |