forked from mirrors/nixpkgs
fx_cast: remove toplevel system attr
This commit is contained in:
parent
2be1c9eae1
commit
54aa92a542
|
@ -8,7 +8,7 @@
|
|||
# nix run nixpkgs.nodePackages.node2nix -c node2nix -l package-lock.json -d
|
||||
# cp -v node-*.nix package*.json ~/p/nixpkgs/pkgs/tools/misc/fx_cast/app
|
||||
# ```
|
||||
{ pkgs, stdenv, system }: let
|
||||
{ pkgs, stdenv }: let
|
||||
nodeEnv = import ./node-env.nix {
|
||||
inherit (pkgs) nodejs stdenv lib python2 runCommand writeTextFile;
|
||||
inherit pkgs;
|
||||
|
|
Loading…
Reference in a new issue