Skip to content

Commit

Permalink
Create NixREADME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egurapha authored Feb 1, 2025
1 parent bc9d5cc commit cc866c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nix/NixREADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Shunpo with Nix
A nix flake for Shunpo is provided in `nix/flake.nix`.


Building
---
You can test Shunpo by building the nix flake with `nix build .` , which will generate a folder called `result`.
Next intialize Shunpo by running `source result/bin/shunpo_init`.

Installation
---
To install the package run `nix install .#shunpo`, and initialize Shunpo by running `source shunpo_init`.
If you would like to have Shunpo initialize by default, you can add an initialization line to your .bashrc by running:
```
echo "source shunpo_init" >> ~/.bashrc
```

0 comments on commit cc866c2

Please sign in to comment.