-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
lockbook: init at 0.9.15 #358794
lockbook: init at 0.9.15 #358794
Conversation
40f8281
to
2cf3f39
Compare
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.
Welcome to Nixpkgs ❤️ Some changes that have to be done:
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.
Thank you for contributing to nixpkgs!
4e5a552
to
5a073b5
Compare
Thank you for the thoughtful feedback @donovanglover & @pluiedev! Could you guys have another look? I believe I addressed all your feedback (and learned a lot along the way). |
pkgs/by-name/lo/lockbook/package.nix
Outdated
]; | ||
|
||
nativeBuildInputs = [ installShellFiles ]; | ||
postInstall = '' |
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.
postInstall = '' | |
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' |
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.
Thank you, I fixed & force pushed
pkgs/by-name/lo/lockbook/package.nix
Outdated
useFetchCargoVendor = true; | ||
cargoHash = "sha256-+M+wL26KDbLKhcujPyWAsTlXwLrQVCUbTnnu/7sXul4="; | ||
|
||
doCheck = false; |
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.
Reason
doCheck = false; | |
doCheck = false; # No checks defined |
doCheck = false; | |
doCheck = false; # Require network access |
doCheck = false; | |
doCheck = false; # Require instance of <specific service> |
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.
Thank you, I fixed & force pushed
pkgs/by-name/lo/lockbook/package.nix
Outdated
meta = { | ||
description = "Private, polished note-taking platform"; | ||
longDescription = '' | ||
Write notes, sketch ideas, and store files in one secure place. Share seamlessly, keep data synced, and access it on any platform—even offline. Lockbook encrypts files so even we can’t see them, but don’t take our word for it: Lockbook is 100% open-source. |
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.
Write notes, sketch ideas, and store files in one secure place. Share seamlessly, keep data synced, and access it on any platform—even offline. Lockbook encrypts files so even we can’t see them, but don’t take our word for it: Lockbook is 100% open-source. | |
Write notes, sketch ideas, and store files in one secure place. | |
Share seamlessly, keep data synced, and access it on any | |
platform—even offline. Lockbook encrypts files so even we | |
can’t see them, but don’t take our word for it: Lockbook is | |
100% open-source. |
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.
Thank you, I fixed & force pushed
Thanks @Aleksanaa, @donovanglover I believe I addressed all your comments, could you take another pass when you have some time? Having some trouble understanding the permission hierarchy is there someone else I should be tagging for the final merge? |
@ofborg build lockbook |
This comment was marked as resolved.
This comment was marked as resolved.
Successfully created backport PR for |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Successfully created backport PR for |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Successfully created backport PR for |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
1 similar comment
This comment was marked as resolved.
This comment was marked as resolved.
Successfully created backport PR for |
👋 Lockbook is an open source secure note taking app. This packages our CLI. Soon we'll have another pr for our desktop app.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.