29b1694a76
I don't need the ./result symlinks...
9 lines
235 B
Bash
Executable file
9 lines
235 B
Bash
Executable file
set -euo pipefail
|
|
|
|
nix-build '<nixpkgs/nixos>' \
|
|
-I briefcase="$(pwd)" \
|
|
-I nixpkgs=/var/lib/buildkite-agent-socrates/nixpkgs-channels \
|
|
-I nixos-config=nixos/socrates/default.nix \
|
|
-A system \
|
|
--no-out-link \
|
|
--show-trace
|