update deploy-to-pianopi to accept new flake outputs
This commit is contained in:
parent
e9639a9b98
commit
eec0966902
@ -18,9 +18,9 @@ pkgs.writeShellApplication {
|
||||
set -e
|
||||
set -x
|
||||
|
||||
nix build .#defaultPackage.aarch64-linux --print-out-paths
|
||||
nix build .#packages.aarch64-linux.default --print-out-paths
|
||||
# copy dependencies etc
|
||||
nix copy --to ssh://julian@pianopi.local .#defaultPackage.aarch64-linux
|
||||
nix copy --to ssh://julian@pianopi.local .#packages.aarch64-linux.default
|
||||
|
||||
# This should be expanded on the client side
|
||||
# shellcheck disable=SC2029
|
||||
|
Loading…
x
Reference in New Issue
Block a user