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/hydra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7936a293643a
Choose a base ref
...
head repository: NixOS/hydra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d834ac9c1446
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 18, 2019

  1. Update flake.{nix,lock}

    edolstra committed Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    edolstra Eelco Dolstra
    Copy the full SHA
    d834ac9 View commit details
Showing with 16 additions and 8 deletions.
  1. +15 −7 flake.lock
  2. +1 −1 flake.nix
22 changes: 15 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

description = "A Nix-based continuous build system";

epoch = 2019;
epoch = 201906;

inputs = [ "nixpkgs" "nix" ];