bookstack: remove toplevel system attr

This commit is contained in:
Ryan Burns
2021-10-22 14:03:17 -07:00
parent 54aa92a542
commit 2bbc2eaed3
+3 -2
View File
@@ -1,8 +1,9 @@
{ pkgs, system, lib, fetchFromGitHub, dataDir ? "/var/lib/bookstack" }:
{ pkgs, stdenv, lib, fetchFromGitHub, dataDir ? "/var/lib/bookstack" }:
let
package = (import ./composition.nix {
inherit pkgs system;
inherit pkgs;
inherit (stdenv.hostPlatform) system;
noDev = true; # Disable development dependencies
}).overrideAttrs (attrs : {
installPhase = attrs.installPhase + ''