-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
tomb: init at version 2.2 #14899
tomb: init at version 2.2 #14899
Conversation
I'm sorry for the staggering git incompetence displayed in my previous PR. |
''; | ||
|
||
meta = { | ||
description = "File encryption on GNU/Linux."; |
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.
Please remove the punctuation from the description, per the guidelines
I have managed to squash these two commits together on my local branch, but I don't know how to overwrite the remote branch with the squashed commits. What is the best way to proceed? Never mind, I just discovered the --force option. |
mkdir -p $out/man | ||
|
||
cp tomb $out/bin/tomb | ||
cp doc/tomb.1 $out/man.1 |
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.
Man pages go into $out/share/man/man<section>
; in the current version the man page won't be available to the user.
Apart from my last note, I think this is ready. |
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec { | |||
mkdir -p $out/man | |||
|
|||
cp tomb $out/bin/tomb | |||
cp doc/tomb.1 $out/man.1 | |||
cp doc/tomb.1 $out/share/man/man1 |
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 suspect this will fail, the destination dir doesn't exist at this point.
@ethanpailes please squash & let's merge this |
squashed |
Thank you |
Things done
nix-build --option build-use-chroot true
or nix.useChroot on NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)