Post A8L55O4x3teD7eDI5A by unclechu@mastodon.social
 (DIR) More posts by unclechu@mastodon.social
 (DIR) Post #A8KVawuY0fmzmP66YC by hyperrealgopher@fosstodon.org
       2021-06-16T02:47:49Z
       
       0 likes, 0 repeats
       
       So far here is my first messy attempt at making a #nix package in #haskell.I don't even understand it all fully yet! Is the idea that I now put my `./result/bin/burrow` up as a tagged github release for people to download? And that #nix just made the compilation/build of the release reproducible?https://github.com/hyperrealgopher/burrow/pull/27
       
 (DIR) Post #A8L55O4x3teD7eDI5A by unclechu@mastodon.social
       2021-06-16T09:24:56Z
       
       0 likes, 1 repeats
       
       @hyperrealgopher pay attention to <nixpkgs>, it’s taken from your local system setup. If you want to have true reproducibility then you would pin it one way or another to a particular commit. You can always ask more questions in #nix:nixos.org (in #Matrix).
       
 (DIR) Post #A8N45Yf8098yJBZWcK by hyperrealgopher@fosstodon.org
       2021-06-17T08:22:54Z
       
       0 likes, 0 repeats
       
       @unclechu Thank you so much!