diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-20 01:58:14 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-20 02:17:17 +0200 |
commit | e94cd212b4a43296d44876b3c5f7113e9f5b9727 (patch) | |
tree | 292bfe25517e1993368f10aa5d14071d8d6fdf7d /scripts/nix_env | |
parent | d3452fc59b9839846225fd254926c64a9c71f071 (diff) | |
download | Nix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.tar.gz Nix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.tar.zst Nix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.zip |
Remove useless scripts after migration to home-manager
Diffstat (limited to 'scripts/nix_env')
-rw-r--r-- | scripts/nix_env | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/nix_env b/scripts/nix_env deleted file mode 100644 index 7fb6646..0000000 --- a/scripts/nix_env +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | # This will automatically upgrade to latest version at each build | ||
4 | nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" | ||
5 | nixpkgsPrevious="$nixpkgs" | ||
6 | nixpkgsNext="$nixpkgs" | ||
7 | export NIX_PATH="nixpkgs=$nixpkgs:nixpkgsNext=$nixpkgsNext:nixpkgsPrevious=$nixpkgsPrevious" | ||