From cb3d5446c8f16e5008e18adc5ab7e5fbb4de0d3b Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 8 Mar 2021 15:11:14 +0100 Subject: [PATCH] examples: use relative paths to example files This ensures that the examples files from the current example dir are used. Previously, the default examples from the nix-bitcoin source were used. --- examples/deploy-container.sh | 2 +- examples/deploy-qemu-vm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/deploy-container.sh b/examples/deploy-container.sh index 53b3843..408c590 100755 --- a/examples/deploy-container.sh +++ b/examples/deploy-container.sh @@ -82,7 +82,7 @@ read -d '' src < + <${configuration}> ]; }; diff --git a/examples/deploy-qemu-vm.sh b/examples/deploy-qemu-vm.sh index c83a96e..0fa009e 100755 --- a/examples/deploy-qemu-vm.sh +++ b/examples/deploy-qemu-vm.sh @@ -38,7 +38,7 @@ nix-build --out-link $tmpDir/vm - < { configuration = { imports = [ - + ]; virtualisation.graphics = false;