Conversation
c8c9895 to
f7b5df2
Compare
|
Note: The two "neutral" checks are because zig 0.9.0 is marked as "broken" for darwin platforms. I see zig 0.9.0 being introduced here #152163 |
f7b5df2 to
601a0f2
Compare
|
I marked Most likely #86299 will get done before Zig starts supporting older macOS versions, and then this should "just work" on darwin as well. |
601a0f2 to
bd50fcc
Compare
pkgs/tools/misc/findup/default.nix
Outdated
There was a problem hiding this comment.
If this broken is only because of Zig compiler then you should leave it without. Nix is clevar enough to set broken for packages that require zig.
There was a problem hiding this comment.
Ahh thanks, I didn't know!
bd50fcc to
c40a73a
Compare
c40a73a to
f78e768
Compare
|
Result of 1 package built:
|
looks good to me. |
|
Result of 1 package built:
|
|
Thank you! |
|
Successfully created backport PR #189861 for |
Motivation for this change
Imports
findup- a utility for searching through parents.Comes in handy when in some nested directory but you want to traverse back up.
Example: if you're deep in some npm project, instead of
cd ../../../../..you can do something likecd $(findup package.json).Also useful for finding things like the nearest
.gitdirectory, nearest.envrcfor direnv, or similar for pipenv, rbenv, asdf.tool-versionsfile, etc.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes