Skip to content

Commit

Permalink
nix: enable systemd in builds for journald support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hunt <[email protected]>
  • Loading branch information
haircommander committed Jun 14, 2023
1 parent 7a7c893 commit cfd4771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ with pkgs; stdenv.mkDerivation rec {
nativeBuildInputs = with buildPackages; [
bash
gitMinimal
systemd
pkg-config
which
];
Expand Down

0 comments on commit cfd4771

Please sign in to comment.