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

https://github.com/simmsb/dana-nix

Nix flake for dana
https://github.com/simmsb/dana-nix

Last synced: 8 months ago
JSON representation

Nix flake for dana

Awesome Lists containing this project

README

          

# A nix flake for Dana

## Usage

### As a flake input

``` nix
{
description = "Your flake";

inputs.dana.url = "github:simmsb/dana-nix";

outputs = { self, nixpkgs, dana }: ...
}
```

### Install into your profile

`nix profile install github:simmsb/dana-nix`