matrix-appservice-slack: nixpkgs-fmt
This commit is contained in:
parent
6473d9ffb5
commit
0edddb8e11
@ -8,7 +8,8 @@ let
|
|||||||
inherit pkgs nodejs;
|
inherit pkgs nodejs;
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
};
|
};
|
||||||
in nodePackages."${packageName}".override {
|
in
|
||||||
|
nodePackages."${packageName}".override {
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user