diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-10 20:49:44 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-10 20:49:44 +1200 |
| commit | 3a6fce385db05287b14b0c12ec2f5156c26a6f49 (patch) | |
| tree | 107bc6622632c60c03d7bdb7fbb73c75ab805a23 /flake.nix | |
| parent | 0688d4b8a9e1e53c8328f43d47b7210f31799818 (diff) | |
| download | yerbalinux-3a6fce385db05287b14b0c12ec2f5156c26a6f49.tar.xz yerbalinux-3a6fce385db05287b14b0c12ec2f5156c26a6f49.zip | |
Debugging
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ busybox = pkgs.callPackage ./nix/busybox.nix { inherit (pkgs) pkgsStatic; }; - runit = pkgsMusl.runit; + runit = pkgsStatic.runit; limine = pkgs.callPackage ./nix/limine.nix {}; initramfs = pkgs.callPackage ./nix/initramfs.nix { inherit (self.packages.${system}) kernel busybox; |
