mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
commit
b89a61129f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ let
|
||||||
}).config.system.build.vm;
|
}).config.system.build.vm;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
pure = pkgs.writeDashBin "disko-vm" ''
|
pure = pkgs.writers.writeDashBin "disko-vm" ''
|
||||||
set -efux
|
set -efux
|
||||||
export tmp=$(mktemp -d)
|
export tmp=$(mktemp -d)
|
||||||
trap 'rm -rf "$tmp"' EXIT
|
trap 'rm -rf "$tmp"' EXIT
|
||||||
|
|
Loading…
Reference in a new issue