pyproject.nix: switch to dream2nix fork

... until the open PRs are merged
This commit is contained in:
DavHau 2023-12-13 13:23:44 +07:00 committed by mergify[bot]
parent 67c1356f20
commit c073bd2a79
2 changed files with 8 additions and 7 deletions

View File

@ -40,16 +40,16 @@
"pyproject-nix": {
"flake": false,
"locked": {
"lastModified": 1702361602,
"narHash": "sha256-kcOhJ4lzAQKYvrunVVIvTcN0+DD0dfC3jvKBXpKW/Kg=",
"owner": "nix-community",
"lastModified": 1702448246,
"narHash": "sha256-hFg5s/hoJFv7tDpiGvEvXP0UfFvFEDgTdyHIjDVHu1I=",
"owner": "davhau",
"repo": "pyproject.nix",
"rev": "74d1f8486a7378b1c5e06202c952341ac98921d6",
"rev": "5a06a2697b228c04dd2f35659b4b659ca74f7aeb",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "pull/42/head",
"owner": "davhau",
"ref": "dream2nix",
"repo": "pyproject.nix",
"type": "github"
}

View File

@ -4,7 +4,8 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
pyproject-nix.url = "github:nix-community/pyproject.nix/pull/42/head";
# TODO: go back to upstream after PRs are merged
pyproject-nix.url = "github:davhau/pyproject.nix/dream2nix";
pyproject-nix.flake = false;
purescript-overlay.url = "github:thomashoneyman/purescript-overlay";