7 lines
119 B
Bash
7 lines
119 B
Bash
|
set -euo pipefail
|
||
|
|
||
|
nix-build . \
|
||
|
-I briefcase="$(pwd)" \
|
||
|
-I nixpkgs=/home/wpcarro/nixpkgs-channel \
|
||
|
--show-trace
|