pdm: update pyproject-nix dependency

This commit is contained in:
DavHau 2023-11-04 13:31:42 +07:00 committed by mergify[bot]
parent 2c8f520108
commit 0ed0a765d6
2 changed files with 9 additions and 4 deletions

View File

@ -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
@ -50,6 +54,7 @@ in {
buildPackages
curl
jq
runCommand
stdenvNoCC
stdenv
;

View File

@ -57,11 +57,11 @@
"pyproject-nix": {
"flake": false,
"locked": {
"lastModified": 1698922660,
"narHash": "sha256-FhaXC67HjBWARosAc2Xh7S8cxORrEvyGhv2PHoqKY2I=",
"lastModified": 1699067645,
"narHash": "sha256-SJOEPVFARVfS0qQQqbnGywt8uOZMmlV1PazQtGNNCfQ=",
"owner": "adisbladis",
"repo": "pyproject.nix",
"rev": "8929485ceb69d26762f84836273eadca01f7660d",
"rev": "56b5a6ae1ac63a0a3a044d602a3b5d09a5d10dc0",
"type": "github"
},
"original": {