Skip to content

Commit

Permalink
mkYarnPackage is now in nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem committed Jul 1, 2020
1 parent 5ea8d11 commit efabc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/packages.nix
Expand Up @@ -7,7 +7,7 @@ let
sources = import ./sources.nix;
cardano-graphql-src = src;
nodejs = pkgs.nodejs-12_x;
inherit (self.callPackage self.sources.yarn2nix {}) yarn2nix mkYarnModules mkYarnPackage;
inherit (self.callPackage self.sources.yarn2nix {}) yarn2nix mkYarnModules;
inherit (import self.sources.niv {}) niv;
cardano-graphql = self.callPackage ./cardano-graphql.nix {};
hasura-cli-ext = self.callPackage ./hasura-cli-ext/impure.nix {};
Expand Down

0 comments on commit efabc5a

Please sign in to comment.