mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Fixing typo in previous merge.
This commit is contained in:
parent
8f73cdeac2
commit
ad1971a1d1
@ -6859,7 +6859,7 @@ let
|
||||
systemd_with_lvm2 = pkgs.lib.overrideDerivation pkgs.systemd (p: {
|
||||
name = p.name + "-with-lvm2";
|
||||
postInstall = p.postInstall + ''
|
||||
cp ${pkgs.lvm2}/lib/systemd/system-generators/* $out/lib/systemd/system-generat
|
||||
cp ${pkgs.lvm2}/lib/systemd/system-generators/* $out/lib/systemd/system-generators
|
||||
'';
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user