Skip to content

Commit

Permalink
Remove redundant pkgs.pkgs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
Ericson2314 and roberth authored Nov 4, 2024
1 parent 142f554 commit 62ef9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62ef9fa

Please sign in to comment.