Hi ! I want to know how can I add my Haskell project in nix store for all persons to install with nix.
My project : https://github.com/mortim59/hastecli
Hi ! I want to know how can I add my Haskell project in nix store for all persons to install with nix.
My project : https://github.com/mortim59/hastecli
There’s also an alternative way:
nix-env -iA nixos.nur.<repo name>.hastecli
the haskell ecosystem specifically is pulled from hackage. If you get your package on hackage, it will eventually appear in nixpkgs.