Nix-mate is a GUI front-end for the Nix package manager.
Nix-mate is implemented in Haskell and GTK.
nix-shell --pure -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [gtk3 gi-gtk haskell-gi text])"
ghc src/nix-mate.hs
./nix-mate
- Fork it
- Download your fork to your PC (
git clone https://github.com/your_username/nix-mate && cd nix-mate) - Create your feature branch (
git checkout -b my-new-feature) - Make changes and add them (
git add .) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new pull request


