feat: nix package
This commit is contained in:
parent
345983c150
commit
89708ad2ba
7 changed files with 95 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,2 +1,10 @@
|
|||
# ignore saved pastes
|
||||
pastes/
|
||||
|
||||
# ignore built binary
|
||||
goblin
|
||||
|
||||
# ignore nix build artifacts
|
||||
|
||||
result
|
||||
result-*
|
||||
|
|
|
|||
Reference in a new issue