Skip to content

Commit cfd4771

Browse files
committed
nix: enable systemd in builds for journald support
Signed-off-by: Peter Hunt <[email protected]>
1 parent 7a7c893 commit cfd4771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: nix/derivation.nix

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ with pkgs; stdenv.mkDerivation rec {
99
nativeBuildInputs = with buildPackages; [
1010
bash
1111
gitMinimal
12+
systemd
1213
pkg-config
1314
which
1415
];

0 commit comments

Comments
 (0)