mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-24 01:24:57 +03:00
pyproject.nix: switch to dream2nix fork
... until the open PRs are merged
This commit is contained in:
parent
67c1356f20
commit
c073bd2a79
12
flake.lock
12
flake.lock
@ -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"
|
||||
}
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user