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/iso.nix | 1 + nix/rootfs.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'nix') 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" 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