Don't use nix-channels
This commit is contained in:
parent
32ba100ee4
commit
280fdeeab0
17 changed files with 229 additions and 82 deletions
10
build.sh
Executable file
10
build.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
nix-build \
|
||||
--no-out-link \
|
||||
--pure \
|
||||
"${@}"
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue