feat: add nix package with gomod2nix
This commit is contained in:
parent
c59bc6958e
commit
f7ca05f296
5 changed files with 231 additions and 0 deletions
|
@ -22,6 +22,11 @@ go get -u ./cmd
|
|||
CGO_ENABLED=0 go build -o quickpassthrough cmd/main.go
|
||||
```
|
||||
|
||||
## Run with Nix
|
||||
```bash
|
||||
nix run github:hikariknight/quickpassthrough
|
||||
```
|
||||
|
||||
## Does this work on immutable systems?
|
||||
Currently no, there might be support for ostree (fedora silverblue, kinoite, etc) at a later time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue