mirror of https://github.com/pwndbg/pwndbg
Fix flake.lock for Cryptography==42.0.2 (#2015)
This commit is contained in:
parent
6b58f90bd8
commit
df6b5a7ca3
|
@ -66,11 +66,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705060653,
|
"lastModified": 1707195113,
|
||||||
"narHash": "sha256-puYyylgrBS4AFAHeyVRTjTUVD8DZdecJfymWJe7H438=",
|
"narHash": "sha256-xPFxTMe4rKE/ZWLlOWv22qpGwpozpR+U1zhyf1040Zk=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "e0b44e9e2d3aa855d1dd77b06f067cd0e0c3860d",
|
"rev": "4eb2ac54029af42a001c9901194e9ce19cbd8a40",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#pwndbg
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update poetry2nix
|
Loading…
Reference in New Issue