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

Commits on Oct 8, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d343c03 View commit details
Showing with 3 additions and 3 deletions.
  1. +2 −2 flake.lock
  2. +1 −1 flake.nix
4 changes: 2 additions & 2 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 @@

edition = 201909;

inputs.nixpkgs.url = "nixpkgs/release-19.03";
inputs.nixpkgs.uri = "nixpkgs/release-19.03";

outputs = { self, nixpkgs }: