fixup all kinds of bugs
This commit is contained in:
parent
02bb843015
commit
acc37c64f9
10 changed files with 45 additions and 31 deletions
1
Justfile
1
Justfile
|
@ -20,6 +20,7 @@ _get_nix_path versionsPath:
|
|||
_device recipe dir +moreargs="":
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
unset NIX_PATH
|
||||
source $(just -v _get_nix_path {{invocation_directory()}}/{{dir}}/versions.nix)
|
||||
$(set -x; nix-build --no-link --show-trace $(dirname {{dir}})/default.nix -A recipes.{{recipe}} --argstr dir {{dir}} {{moreargs}})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue