Skip to content

Commit

Permalink
Revert "WIP: Tried using explicitPkgs"
Browse files Browse the repository at this point in the history
This reverts commit fff2776.
  • Loading branch information
albertchae committed Apr 11, 2024
1 parent d865b13 commit 768352f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
pkgsByName = import ./pkgs/by-name {
inherit (pkgs) lib;
inherit callPackage dream2nix pkgs;
inherit (callPackage ./pkgs/build-support/node/fetch-pnpm-deps { }) fetchPnpmDeps pnpmConfigHook;
};

explicitPkgs = import ./pkgs {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
stdenv,
mkDerivation,
fetchFromGitHub,
lib,
nodePackages,
Expand All @@ -12,7 +12,7 @@
maintainers
;
in
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "atomic-browser";
version = "v0.37.0";

Expand Down
5 changes: 0 additions & 5 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
pretalx-venueless
pretalx-public-voting
;


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

0 comments on commit 768352f

Please sign in to comment.