about summary refs log tree commit diff
path: root/pkgs/servers/audiobookshelf
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-04-18 20:14:03 +0300
committerArtturin <Artturin@artturin.com>2023-04-18 20:20:56 +0300
commiteac28f38d6b78743accda7831613700cfd236a5c (patch)
tree1bc136bb032f404348d4da9d4d352bebe3aa8d69 /pkgs/servers/audiobookshelf
parent9984ca0504106c13f18fcef2c7d06bd8772306b4 (diff)
treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs

*Flags not a list

https://github.com/nix-community/nixpkgs-lint
Diffstat (limited to 'pkgs/servers/audiobookshelf')
-rw-r--r--pkgs/servers/audiobookshelf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/audiobookshelf/default.nix b/pkgs/servers/audiobookshelf/default.nix
index dbb067b1922f3..ae03bb5d3b028 100644
--- a/pkgs/servers/audiobookshelf/default.nix
+++ b/pkgs/servers/audiobookshelf/default.nix
@@ -37,7 +37,7 @@ in buildNpmPackage {
   buildInputs = [ util-linux ];
 
   dontNpmBuild = true;
-  npmInstallFlags = "--only-production";
+  npmInstallFlags = [ "--only-production" ];
   npmDepsHash = "sha256-0PFeXiS8RSffhrocrHODNpb6d9+nbpulCW5qYIrytDI=";
 
   installPhase = ''