aboutsummaryrefslogtreecommitdiff
path: root/nix/iso.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/iso.nix')
-rw-r--r--nix/iso.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/iso.nix b/nix/iso.nix
index b27924d..3c220a2 100644
--- a/nix/iso.nix
+++ b/nix/iso.nix
@@ -5,6 +5,7 @@ stdenv.mkDerivation {
src = ./.;
buildPhase = ''
echo "todo actually build iso"
+ mkdir -p $out
'';
installPhase = ''
echo "todo actually install iso"