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

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

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
```