matrix-appservice-slack: nixpkgs-fmt
This commit is contained in:
parent
6473d9ffb5
commit
0edddb8e11
@ -1,14 +1,15 @@
|
||||
{ pkgs, nodejs, stdenv, lib, ...}:
|
||||
{ pkgs, nodejs, stdenv, lib, ... }:
|
||||
|
||||
let
|
||||
|
||||
packageName = with lib; concatStrings (map (entry: (concatStrings (mapAttrsToList (key: value: "${key}-${value}") entry))) (importJSON ./package.json)) ;
|
||||
packageName = with lib; concatStrings (map (entry: (concatStrings (mapAttrsToList (key: value: "${key}-${value}") entry))) (importJSON ./package.json));
|
||||
|
||||
nodePackages = import ./node-composition.nix {
|
||||
inherit pkgs nodejs;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
};
|
||||
in nodePackages."${packageName}".override {
|
||||
in
|
||||
nodePackages."${packageName}".override {
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user