-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
cached-nix-shell: init at 0.1.2 #81919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like an awesome package :)
meta = with stdenv.lib; { | ||
description = "Instant startup time for nix-shell"; | ||
homepage = "https://github.com/xzfc/cached-nix-shell"; | ||
license = with licenses; [ unlicense /* or */ mit ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No big deal but why do you have 2 license files? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to publish it as a public domain, so I've chosen the Unlicense. However, perhaps the Unlicense might not be well-accepted by everyone, therefore I've added MIT as a fallback.
See also:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited to try this out :) Just a couple nit-picks.
bump Rebased, updated to v0.1.2, introduced a new dependency BLAKE3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
Motivation for this change
xzfc/cached-nix-shell#8
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)