diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 16:01:27 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 16:01:27 +1200 |
| commit | 4c22740c879ceba4e42342f8ab770b9ebb4960a3 (patch) | |
| tree | fd8e91e30a3fe7a66bed57abaec0203d2325d089 /flake.nix | |
| parent | ad33f0e0ecb6d89ef283507d194738234b0d0843 (diff) | |
| download | yerbalinux-4c22740c879ceba4e42342f8ab770b9ebb4960a3.tar.xz yerbalinux-4c22740c879ceba4e42342f8ab770b9ebb4960a3.zip | |
Add some placeholders
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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; }; }; } |
