diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 01:27:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 01:27:29 +0200 |
commit | 0f3009993afc4e88ff728226cf6edc15db3ab415 (patch) | |
tree | 2ce2a6fe00e2b222b467b706b5b716d305bbbe95 /nix_path_env | |
parent | 2977fd8fdfc55dd42837e3dd56c77d36097ef607 (diff) | |
download | Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.tar.gz Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.tar.zst Nix-0f3009993afc4e88ff728226cf6edc15db3ab415.zip |
Upgrade nixos and fix mediagoblin celeryd config
Diffstat (limited to 'nix_path_env')
-rw-r--r-- | nix_path_env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix_path_env b/nix_path_env index cfe37e6..901cd69 100644 --- a/nix_path_env +++ b/nix_path_env | |||
@@ -4,7 +4,7 @@ if [ -z "$NIXOPS_DEPLOYMENT" ]; then | |||
4 | # This will automatically upgrade to latest version at each build | 4 | # This will automatically upgrade to latest version at each build |
5 | nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" | 5 | nixpkgs="https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" |
6 | else | 6 | else |
7 | nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172462.04954e39df8/nixexprs.tar.xz" | 7 | nixpkgs="https://releases.nixos.org/nixos/19.03/nixos-19.03.172530.096e2f137b6/nixexprs.tar.xz" |
8 | fi | 8 | fi |
9 | nixpkgsPrevious="$nixpkgs" | 9 | nixpkgsPrevious="$nixpkgs" |
10 | nixpkgsNext="$nixpkgs" | 10 | nixpkgsNext="$nixpkgs" |