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
- Host: GitHub
- URL: https://github.com/simmsb/dana-nix
- Owner: simmsb
- Created: 2022-08-04T16:29:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T15:33:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T08:19:35.237Z (over 1 year ago)
- Language: Nix
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`