ui fix
This commit is contained in:
parent
5e4560e89e
commit
9961a31936
7 changed files with 1587 additions and 16 deletions
|
|
@ -37,6 +37,10 @@
|
|||
cargoLock.lockFile = ./Cargo.lock;
|
||||
nativeBuildInputs = buildDeps;
|
||||
buildInputs = runtimeDeps;
|
||||
postInstall = ''
|
||||
install -Dm644 data/icons/org.nextbike.NextCompanion.png \
|
||||
$out/share/icons/hicolor/512x512/apps/org.nextbike.NextCompanion.png
|
||||
'';
|
||||
};
|
||||
|
||||
apps.${system}.default = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue