README (454B)
1 2 nixpkgs-ml-tools 3 ================ 4 5 nixpkgs-dev mailing list tooling 6 7 The list: https://lists.sr.ht/~andir/nixpkgs-dev 8 9 10 tools 11 ----- 12 13 notmuch-am: prepare patches with b4 from a notmuch thread 14 15 16 building 17 -------- 18 19 You can use nix to build and install: 20 21 $ nix-build && nix-env -i ./result 22 23 We pin nixpkgs in the build so if you want to test with your local nixpkgs you 24 can do: 25 26 $ nix-build --arg pkgs '(import <nixpkgs> {})' && nix-env -i ./result