commit 340ea154730f90dc88bb972f36af3f08c1851a3c parent c9dc99e43205218f045afdb9faad3014bc33370f Author: William Casarin <jb55@jb55.com> Date: Sun, 18 Apr 2021 10:23:06 -0700 readme: build instructions Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | README | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -11,3 +11,16 @@ tools ----- notmuch-am: prepare patches with b4 from a notmuch thread + + +building +-------- + +You can use nix to build and install: + + $ nix-build && nix-env -i ./result + +We pin nixpkgs in the build so if you want to test with your local nixpkgs you +can do: + + $ nix-build --arg pkgs '(import <nixpkgs> {})' && nix-env -i ./result