Skip to content

Commit

Permalink
mkpnpmpackage cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Apr 11, 2024
1 parent da28308 commit ed03cc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
inputs.rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
inputs.dream2nix.url = "github:nix-community/dream2nix";
inputs.dream2nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.pnpm2nix-nzbr.url = "github:nzbr/pnpm2nix-nzbr";
inputs.pnpm2nix-nzbr.inputs.nixpkgs.follows = "nixpkgs";

outputs = {
self,
Expand All @@ -28,7 +26,6 @@
sops-nix,
rust-overlay,
dream2nix,
pnpm2nix-nzbr,
...
}: let
inherit
Expand Down Expand Up @@ -75,7 +72,6 @@

pkgsByName = import ./pkgs/by-name {
inherit (pkgs) lib;
inherit (pkgs) mkPnpmPackage;
inherit callPackage dream2nix pkgs;
};

Expand Down Expand Up @@ -111,7 +107,6 @@
eachDefaultSystemOutputs = flake-utils.lib.eachDefaultSystem (system: let
pkgs = importNixpkgs system [
rust-overlay.overlays.default
pnpm2nix-nzbr.overlays.default
];
treefmtEval = loadTreefmt pkgs;
toplevel = name: config: nameValuePair "nixosConfigs/${name}" config.config.system.build.toplevel;
Expand Down
1 change: 0 additions & 1 deletion pkgs/atomic-browser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
stdenv,
fetchFromGitHub,
lib,
mkPnpmPackage,
nodePackages,
fetchPnpmDeps,
pnpmConfigHook,
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
callPackage,
dream2nix,
mkPnpmPackage,
pkgs,
}: let
baseDirectory = ./.;
Expand Down

0 comments on commit ed03cc0

Please sign in to comment.