Skip to content

lenko-d/nix-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NixMate


nix-mate

Nix-mate is a GUI front-end for the Nix package manager.

Nix-mate is implemented in Haskell and GTK.

To build

Drop into a Nix shell with all dependencies:

  nix-shell --pure -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [gtk3 gi-gtk haskell-gi text])"

Build nix-mate:

ghc src/nix-mate.hs

Run

./nix-mate

NixMate


NixMate


Contributing

  1. Fork it
  2. Download your fork to your PC (git clone https://github.com/your_username/nix-mate && cd nix-mate)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Make changes and add them (git add .)
  5. Commit your changes (git commit -m 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new pull request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published