mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove redundant pkgs.pkgs
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
142f55457b
commit
62ef9fa03c
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ in
|
|||
let pkgs = nixpkgsFor.${system}.native; in
|
||||
pkgs.runCommand "install-tests"
|
||||
{
|
||||
againstSelf = testNixVersions pkgs pkgs.pkgs.nix;
|
||||
againstSelf = testNixVersions pkgs pkgs.nix;
|
||||
againstCurrentLatest =
|
||||
# FIXME: temporarily disable this on macOS because of #3605.
|
||||
if system == "x86_64-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue