From bb6fa8f3c8228cbe4bc2d2b9361d4eaa0978c553 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 16:04:47 +1200 Subject: Make placeholders so nix doesn't complain --- nix/rootfs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/rootfs.nix') 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" -- cgit v1.2.3