From 58b1499d3431700d999a5164f7e5a22706adc35d Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 10 Jun 2026 20:06:29 +1200 Subject: Add runit --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a9ca70d..ddfe10b 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,13 @@ busybox = pkgs.callPackage ./nix/busybox.nix { inherit (pkgs) pkgsStatic; }; + runit = pkgsMusl.runit; limine = pkgs.callPackage ./nix/limine.nix {}; initramfs = pkgs.callPackage ./nix/initramfs.nix { inherit (self.packages.${system}) kernel busybox; }; rootfs = pkgs.callPackage ./nix/rootfs.nix { - inherit (self.packages.${system}) busybox; + inherit (self.packages.${system}) busybox runit; inherit (pkgsMusl) musl; }; iso = pkgs.callPackage ./nix/iso.nix { -- cgit v1.2.3