elm: don't import <nixpkgs>, fixes tarball job
Don't import <nixpkgs>, because that is not allowed. Broken by https://github.com/NixOS/nixpkgs/pull/63477 cc @turboMaCk
This commit is contained in:
parent
22034df601
commit
26335f358e
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv, pkgs
|
||||||
, haskell, nodejs
|
, haskell, nodejs
|
||||||
, fetchurl, fetchpatch, makeWrapper, writeScriptBin }:
|
, fetchurl, fetchpatch, makeWrapper, writeScriptBin }:
|
||||||
let
|
let
|
||||||
@ -8,7 +8,7 @@ let
|
|||||||
|
|
||||||
elmNodePackages =
|
elmNodePackages =
|
||||||
import ./packages/node-composition.nix {
|
import ./packages/node-composition.nix {
|
||||||
inherit nodejs;
|
inherit nodejs pkgs;
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user