We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb237b commit 651fe0dCopy full SHA for 651fe0d
WORKSPACE
@@ -37,7 +37,7 @@ nixpkgs_package(
37
# `run-test-invalid-nixpkgs-package`.
38
nixpkgs_package(
39
name = "coreutils_static",
40
- attribute_path = "pkgsStatic.coreutils",
+ nix_file_content = "let pkgs = import <nixpkgs> { config = {}; overlays = []; }; in if pkgs.stdenv.isDarwin then pkgs.coreutils else pkgs.pkgsStatic.coreutils",
41
repository = "@nixpkgs",
42
)
43
0 commit comments