feat: add nix package with gomod2nix

This commit is contained in:
Tulili 2024-01-12 04:13:48 -03:00
parent c59bc6958e
commit f7ca05f296
No known key found for this signature in database
5 changed files with 231 additions and 0 deletions

View file

@ -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.