@cryptotaxi247 / infra-1 / commits / 8c876122

Stop updating the 18.09 channels

Eelco Dolstra committed Jan 30, 2020 at 14:04 UTC 8c876122537807a18b73beb14d7a142d6d557198
2 files changed -15
channels.nix
-13
@@ -42,19 +42,6 @@ rec {
42 job = "nixpkgs/nixpkgs-19.03-darwin/darwin-tested";
43 current = false;
44 };
45 -
46 - "nixos-18.09" = {
47 - job = "nixos/release-18.09/tested";
48 - current = false;
49 - };
50 - "nixos-18.09-small" = {
51 - job = "nixos/release-18.09-small/tested";
52 - current = false;
53 - };
54 - "nixpkgs-18.09-darwin" = {
55 - job = "nixpkgs/nixpkgs-18.09-darwin/darwin-tested";
56 - current = false;
57 - };
45 };
46
47 channels-with-urls = (builtins.mapAttrs (name: about: about.job) channels);
nixos-org/webserver.nix
-2
@@ -88,8 +88,6 @@ in
88
89 nix.package = pkgs.nixUnstable;
90
91 - nix.nixPath = [ "nixpkgs=channel:nixos-18.09-small" ];
92 -
91 security.pam.enableSSHAgentAuth = true;
92
93 services.httpd = {