fixup synit

This commit is contained in:
Emery Hemingway 2023-06-20 14:36:40 +01:00
parent 7edd8e77fe
commit 7c96c25441
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
isExecutable = true;
inherit (config.boot) readOnlyNixStore;
inherit (config.system.build) earlyMountScript;
path = lib.makeBinPath [ pkgs.busybox pkgs.eudev pkgs.utillinux ];
path = lib.makeBinPath [ pkgs.busybox pkgs.eudev pkgs.util-linux ];
inherit (pkgs) eudev;
synit_pid1 = "${pkgs.synit-pid1}/bin/synit-pid1";
synit_log = pkgs.writeScript "synit-log" ''