NixOS 17.03
Robin Gloster committed
Mar 30, 2017 at 16:32 UTC
af99a66fd077b2a6572dcbbe35851cc61c6de46b
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