diff --git a/pkgs/by-name/be/betanin/client/composition.nix b/pkgs/by-name/be/betanin/client/composition.nix index f68f7b9..4c6f810 100644 --- a/pkgs/by-name/be/betanin/client/composition.nix +++ b/pkgs/by-name/be/betanin/client/composition.nix @@ -1,8 +1,11 @@ # This file has been generated by node2nix 1.11.1. Do not edit! -{pkgs ? import { +{ pkgs ? import { inherit system; - }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_18"}: + } +, system ? builtins.currentSystem +, nodejs ? pkgs."nodejs_18" +}: let nodeEnv = import ./node-env.nix { diff --git a/pkgs/by-name/be/betanin/client/node-env.nix b/pkgs/by-name/be/betanin/client/node-env.nix index bc1e366..c8df27c 100644 --- a/pkgs/by-name/be/betanin/client/node-env.nix +++ b/pkgs/by-name/be/betanin/client/node-env.nix @@ -1,6 +1,6 @@ # This file originates from node2nix -{lib, stdenv, nodejs, python2, pkgs, libtool, runCommand, writeTextFile, writeShellScript}: +{ lib, stdenv, nodejs, python2, pkgs, libtool, runCommand, writeTextFile, writeShellScript }: let # Workaround to cope with utillinux in Nixpkgs 20.09 and util-linux in Nixpkgs master @@ -9,7 +9,7 @@ let python = if nodejs ? python then nodejs.python else python2; # Create a tar wrapper that filters all the 'Ignoring unknown extended header keyword' noise - tarWrapper = runCommand "tarWrapper" {} '' + tarWrapper = runCommand "tarWrapper" { } '' mkdir -p $out/bin cat > $out/bin/tar <