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: 894b79faaf3a
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d26084eb69f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 9, 2020

  1. ngi0/hydra/flake.lock: Update

    Flake input changes:
    
    * Updated 'hydra': 'github:NixOS/hydra/1831866a52df4a2821faf902c8440136cdf4c827' -> 'github:NixOS/hydra/e707990e2d6afab203c7ef1d769d49c564eff151'
    * Updated 'hydra/nix': 'github:NixOS/nix/14a3a62bfca6c572b9a415cfa80cdbd7ad4326b3' -> 'github:NixOS/nix/eb75282b8dc855983368c79cc4c2943c298518f7'
    * Updated 'hydra/nix/nixpkgs': 'github:NixOS/nixpkgs/b88ff468e9850410070d4e0ccd68c7011f15b2be' -> 'github:NixOS/nixpkgs/70717a337f7ae4e486ba71a500367cad697e5f09'
    * Updated 'hydra/nixpkgs': 'github:NixOS/nixpkgs/29eddfc36d720dcc4822581175217543b387b1e8' -> 'github:NixOS/nixpkgs/c9d124e39dbeefc53c7b3e09fbfc2c26bcbd4845'
    * Updated 'nix': 'github:NixOS/nix/29e0748847dfeabbfaabbec8a588088fd1887fb1' -> follows 'hydra/nix'
    * Removed 'nix/nixpkgs'
    * Updated 'nixpkgs': 'github:NixOS/nixpkgs/70717a337f7ae4e486ba71a500367cad697e5f09' -> 'github:NixOS/nixpkgs/4bd1938e03e1caa49a6da1ec8cff802348458f05'
    edolstra committed Sep 9, 2020
    Copy the full SHA
    80b031d View commit details
  2. ngi0: Follow hydra/nix

    edolstra committed Sep 9, 2020
    Copy the full SHA
    2d26084 View commit details
Showing with 22 additions and 50 deletions.
  1. +21 −50 ngi0/hydra/flake.lock
  2. +1 −0 ngi0/hydra/flake.nix
71 changes: 21 additions & 50 deletions ngi0/hydra/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ngi0/hydra/flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
inputs.nixpkgs.url = "nixpkgs/nixos-20.03";
inputs.nix.follows = "hydra/nix";

outputs = { self, nixpkgs, nix, hydra }: {