Skip to content

Commit

Permalink
add pnpm2nix-nzbr as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Mar 2, 2024
1 parent e9f9ea8 commit fdd1ed8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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"
inputs.pnpm2nix-nzbr.inputs.nixpkgs.follows = "nixpkgs";

outputs = {
self,
Expand Down
8 changes: 2 additions & 6 deletions pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ let
};
in
mkPnpmPackage rec {
name = "atomic-web";
version = "v0.34.5";
name = "atomic-browser";
version = "v0.37.0";
src = "${source}/browser";

patches = [
./workspaces.patch
];

installPhase = "";
distPhase = "";

Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
callPackage,
dream2nix,
pnpm2nix-nzbr,
pkgs,
}: let
baseDirectory = ./.;
Expand Down

0 comments on commit fdd1ed8

Please sign in to comment.