Skip to content

Commit

Permalink
fix: set pname for dream2nix makeFlakeOutputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yusdacra committed Feb 27, 2022
1 parent 5eed1b9 commit eda17ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@

baseConfig = {
inherit root memberName;
pname = cargoPkg.name;
packageOverrides = brpOverrides;
};

Expand Down
4 changes: 1 addition & 3 deletions src/pkgs-lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ in {
# pass everything else to dream2nix
} @ args: let
attrs =
{
source = root;
}
{source = root;}
// (l.removeAttrs args ["root" "memberName"]);
outputs = dream2nix.makeFlakeOutputs attrs;
in
Expand Down

0 comments on commit eda17ad

Please sign in to comment.