Skip to content

Commit

Permalink
noi: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
darwincereska committed Dec 26, 2024
1 parent 55cc7d6 commit 8c25bb3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/no/noi/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
lib,
appimageTools,
fetchurl
lib,
appimageTools,
fetchurl,
}:
let
pname = "noi";
Expand All @@ -13,7 +13,8 @@ let
appimageContents = appimageTools.extract {
inherit pname version src;
};
in appimageTools.wrapType2 {
in
appimageTools.wrapType2 {
inherit pname version src;
extraInstallCommands = ''
mkdir -p $out/share/applications
Expand Down

0 comments on commit 8c25bb3

Please sign in to comment.