Update scripts for flakes

This commit is contained in:
Charlotte Van Petegem 2020-07-22 11:14:42 +02:00
parent ef64f8bc5d
commit 74573c6eb0
7 changed files with 24 additions and 40 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
set -x
nix-build \
--no-out-link \
--pure \
"${@}"
exit 0