This commit is contained in:
atagen 2024-08-20 11:50:17 +10:00
parent 7f3dc64568
commit d4a800971f
6 changed files with 65 additions and 34 deletions

View file

@ -6,7 +6,6 @@
nix,
nh,
git,
sudo,
makeWrapper,
}: let
deps = [
@ -14,7 +13,6 @@
nix
nh
git
sudo
];
in
stdenvNoCC.mkDerivation {
@ -31,7 +29,7 @@ in
'';
postFixup = ''
wrapProgram $out/bin/meat \
--set PATH ${lib.makeBinPath deps}
--set PATH /run/wrappers/bin:${lib.makeBinPath deps}
'';
meta = {
mainProgram = "meat";