https://github.com/psigen/nix-example
A simple example of a repository using a nix flake
https://github.com/psigen/nix-example
Last synced: about 1 year ago
JSON representation
A simple example of a repository using a nix flake
- Host: GitHub
- URL: https://github.com/psigen/nix-example
- Owner: psigen
- Created: 2023-07-31T03:32:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T03:33:37.000Z (almost 3 years ago)
- Last Synced: 2023-09-05T05:07:54.979Z (almost 3 years ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-example
This is just a simple personal example for testing out some nix flake configuration.
## Getting Started
Install nix using:
https://nix.dev/tutorials/install-nix
```bash
$ nix develop
$ nix build
$ ./result/bin/hello
```