Skip to content

Commit

Permalink
inherit in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Apr 11, 2024
1 parent d865b13 commit 6838db1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
;


inherit (callPackage ./build-support/node/fetch-pnpm-deps { }) fetchPnpmDeps;
inherit (callPackage ./build-support/node/fetch-pnpm-deps { }) pnpmConfigHook;
inherit (callPackage ./build-support/node/fetch-pnpm-deps { }) fetchPnpmDeps pnpmConfigHook;
atomic-browser = callPackage ./atomic-browser {};
};
in
Expand Down

0 comments on commit 6838db1

Please sign in to comment.