Skip to content

Commit

Permalink
Patch nixpkgs input for lib test suite
Browse files Browse the repository at this point in the history
The `lib` test suite has a few test cases that check the output of
`nix-instantiate --eval-only`. I don't think that output is guaranteed by
any compatibility policy, so I think we're good to change it, but we do
need to patch the tests. Once we have the output finalized here, we can
merge this PR in nixpkgs and then update the Flake input reference and
remove this patch.
  • Loading branch information
9999years committed Dec 13, 2023
1 parent 4d7b86e commit d69f58c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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
Expand Up @@ -11,7 +11,7 @@
# Once this is updated to something containing
# https://github.com/NixOS/nixpkgs/pull/271423, don't forget
# to remove the `nix.checkAllErrors = false;` line in the tests.
inputs.nixpkgs.url = "github:NixOS/nixpkgs/staging-23.05";
inputs.nixpkgs.url = "github:9999years/nixpkgs/update-tests-for-nix-9606-staging-23.05";
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };
Expand Down

0 comments on commit d69f58c

Please sign in to comment.