From 4c22740c879ceba4e42342f8ab770b9ebb4960a3 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 7 Jun 2026 16:01:27 +1200 Subject: Add some placeholders --- nix/iso.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nix/iso.nix') diff --git a/nix/iso.nix b/nix/iso.nix index e69de29..35b942a 100644 --- a/nix/iso.nix +++ b/nix/iso.nix @@ -0,0 +1,12 @@ +{ stdenv, fetchgit }: + +stdenv.mkDerivation { + name = "iso-yerba"; + src = ./.; + buildPhase = '' + echo "todo actually build iso" + ''; + installPhase = '' + echo "todo actually install iso" + ''; +} -- cgit v1.2.3