NixOS 17.03
Robin Gloster committed
Mar 30, 2017 at 16:32 UTC
466df11d46c7cb12d46de20245a2be5f5bdb93bb
2 files changed
+2
-2
nixos-org/tarball-mirror.nix
+1
-1
@@ -8,7 +8,7 @@ with lib;
8
9
let
10
11
- nixosRelease = "16.09";
11
+ nixosRelease = "17.03";
12
13
in
14
nixos-org/webserver.nix
+1
-1
@@ -82,7 +82,7 @@ in
82
83
nix.package = pkgs.nixUnstable;
84
85
- nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-16.09-small/nixexprs.tar.xz" ];
85
+ nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-17.03-small/nixexprs.tar.xz" ];
86
87
security.pam.enableSSHAgentAuth = true;
88