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 --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6266d80..fa42e79 100644 --- a/flake.nix +++ b/flake.nix @@ -18,13 +18,13 @@ initramfs = pkgs.callPackage ./nix/initramfs.nix { inherit (self.packages.${system}) kernel busybox; }; - # rootfs = pkgs.callPackage ./nix/rootfs.nix { - # inherit (self.packages.${system}) busybox; - # }; - # iso = pkgs.callPackage ./nix/iso.nix { - # inherit (self.packages.${system}) kernel limine initramfs rootfs; - # }; - default = self.packages.${system}.initramfs; # change to ISO when ready + rootfs = pkgs.callPackage ./nix/rootfs.nix { + inherit (self.packages.${system}) busybox; + }; + iso = pkgs.callPackage ./nix/iso.nix { + inherit (self.packages.${system}) kernel limine initramfs rootfs; + }; + default = self.packages.${system}.iso; }; }; } -- cgit v1.2.3