Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6aec7d9c1447
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 52684288d038
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 9, 2019

  1. Remove 18.03 channels

    edolstra committed Sep 9, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    edolstra Eelco Dolstra
    Copy the full SHA
    5268428 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 modules/hydra-mirror.nix
4 changes: 0 additions & 4 deletions modules/hydra-mirror.nix
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ let
"nixos-18.09" = "nixos/release-18.09/tested";
"nixos-18.09-small" = "nixos/release-18.09-small/tested";
"nixpkgs-18.09-darwin" = "nixpkgs/nixpkgs-18.09-darwin/darwin-tested";

"nixos-18.03" = "nixos/release-18.03/tested";
"nixos-18.03-small" = "nixos/release-18.03-small/tested";
"nixpkgs-18.03-darwin" = "nixpkgs/nixpkgs-18.03-darwin/darwin-tested";
};

channelScripts = import <nixos-channel-scripts> { inherit pkgs; };