feat(quinistry): Add Nix build instructions
This commit is contained in:
parent
cdf25193a4
commit
acdd21f8f4
1 changed files with 11 additions and 0 deletions
11
fun/quinistry/default.nix
Normal file
11
fun/quinistry/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGo.program {
|
||||
name = "quinistry";
|
||||
srcs = [
|
||||
./const.go
|
||||
./image.go
|
||||
./main.go
|
||||
./types.go
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue