Skip to content

Commit

Permalink
pdm: update pyproject-nix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and mergify[bot] committed Nov 4, 2023
1 parent 2c8f520 commit 0ed0a76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion modules/dream2nix/WIP-python-pdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
libpyproject = import (dream2nix.inputs.pyproject-nix + "/lib") {inherit lib;};
libpyproject-fetchers = import (dream2nix.inputs.pyproject-nix + "/fetchers") {
inherit lib;
pkgs = config.deps;
curl = config.deps.curl;
jq = config.deps.jq;
python3 = config.deps.python3;
runCommand = config.deps.stdenv.runCommand;
stdenvNoCC = config.deps.stdenvNoCC;
};

selectWheel = files: let
Expand Down Expand Up @@ -50,6 +54,7 @@ in {
buildPackages
curl
jq
runCommand
stdenvNoCC
stdenv
;
Expand Down
6 changes: 3 additions & 3 deletions modules/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ed0a76

Please sign in to comment.