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