Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyoki/helloworld.nix
https://github.com/piyoki/helloworld.nix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyoki/helloworld.nix
- Owner: piyoki
- Created: 2024-02-09T04:17:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:00:36.000Z (10 months ago)
- Last Synced: 2024-10-14T07:36:26.146Z (3 months ago)
- Language: Nix
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helloworld.nix
## Build
```bash
nix build .
```## Run
```bash
# run with default package
nix run
# run with specified package
nix run .#vim
```## References
- [Practical Nix Flakes](https://serokell.io/blog/practical-nix-flakes)
- [Nix By Examples](https://mimoo.github.io/nixbyexample/flakes-packaging.html)
- [NixOS 系列(三):软件打包,从入门到放弃](https://lantian.pub/article/modify-computer/nixos-packaging.lantian/)