Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manveru/nixy

Semi-declarative package manager
https://github.com/manveru/nixy

nix package-manager

Last synced: about 4 hours ago
JSON representation

Semi-declarative package manager

Awesome Lists containing this project

README

        

# nixy

Enables old-school package management with Nix.

## Installation

nix-build

## Usage

nixy add htop
nixy list
nixy remove htop

## Development

nix-shell

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Michael Fellinger](https://github.com/manveru) - creator and maintainer