diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-10 20:06:29 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-10 20:06:29 +1200 |
| commit | 58b1499d3431700d999a5164f7e5a22706adc35d (patch) | |
| tree | ee7b285208767f1427ad217727b760553dd69ba2 /flake.nix | |
| parent | 5e2fe0cdbe0da7e1082d273a0295fdad44614a48 (diff) | |
| download | yerbalinux-58b1499d3431700d999a5164f7e5a22706adc35d.tar.xz yerbalinux-58b1499d3431700d999a5164f7e5a22706adc35d.zip | |
Add runit
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
