nit: make nix flake check happy

This commit is contained in:
Infinidoge 2022-10-19 15:03:58 -04:00
parent 0e590162d2
commit 7827b01899
5 changed files with 5 additions and 21 deletions

View file

@ -1,5 +1,6 @@
# Taken from https://github.com/VergeDX/config-nixpkgs/blob/899f13750c9c1795d455eeee9cb28d3aa74a0866/packages/gui/olympus.nix
{ stdenv
, lib
, fetchzip
, unzip
, makeDesktopItem
@ -41,6 +42,8 @@ buildFHSUserEnv {
pkgs.glib
];
meta.platforms = lib.platforms.linux;
# https://github.com/EverestAPI/Olympus/blob/main/lib-linux/olympus.desktop
# https://stackoverflow.com/questions/8822097/how-to-replace-a-whole-line-with-sed
extraInstallCommands = ''cp -r "${olympus}/share/" $out'';