fuck idk nix
This commit is contained in:
parent
55de227527
commit
c19277884f
@ -20,8 +20,14 @@ buildGoApplication {
|
||||
src = ./.;
|
||||
modules = ./gomod2nix.toml;
|
||||
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
buildInputs = [ pkgs.chafa ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/gogofetch/assets
|
||||
cp -r assets/*.png $out/share/gogofetch/assets/
|
||||
|
||||
wrapProgram $out/bin/goGoFetch \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.chafa ]}
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user