@cryptotaxi247 / infra-1 / commits / da3bc39d

Use Nixpkgs 19.03 for $NIX_PATH

Eelco Dolstra committed Jul 18, 2019 at 21:48 UTC da3bc39d2bfde3ba3e5640a47f7efdf2ab984da6
1 file changed +1 -1
modules/common.nix
+1 -1
@@ -12,7 +12,7 @@ with lib;
12
13 nix.useSandbox = true;
14 nix.buildCores = 0;
15 - nix.nixPath = [ "nixpkgs=channel:nixos-18.09-small" ];
15 + nix.nixPath = [ "nixpkgs=channel:nixos-19.03-small" ];
16
17 environment.systemPackages =
18 [ pkgs.emacs