flake fix absolute paths
This commit is contained in:
parent
c9c617a1f0
commit
2e76e1f6eb
@ -15,8 +15,13 @@
|
||||
|
||||
buildGoApplication {
|
||||
pname = "goGoFetch";
|
||||
version = "0.1";
|
||||
version = "1.0";
|
||||
pwd = ./.;
|
||||
src = ./.;
|
||||
modules = ./gomod2nix.toml;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/gogofetch/assets
|
||||
cp -r assets/*.png $out/share/gogofetch/assets/
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user