Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manveru/nixy
- Owner: manveru
- License: mit
- Created: 2019-12-28T14:00:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T16:14:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T18:50:52.685Z (about 2 months ago)
- Topics: nix, package-manager
- Language: Crystal
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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