Fix flake.lock for Cryptography==42.0.2 (#2015)

This commit is contained in:
Disconnect3d 2024-02-07 12:37:25 +01:00 committed by GitHub
parent 6b58f90bd8
commit df6b5a7ca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -66,11 +66,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1705060653,
"narHash": "sha256-puYyylgrBS4AFAHeyVRTjTUVD8DZdecJfymWJe7H438=",
"lastModified": 1707195113,
"narHash": "sha256-xPFxTMe4rKE/ZWLlOWv22qpGwpozpR+U1zhyf1040Zk=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "e0b44e9e2d3aa855d1dd77b06f067cd0e0c3860d",
"rev": "4eb2ac54029af42a001c9901194e9ce19cbd8a40",
"type": "github"
},
"original": {

2
scripts/nix-build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#pwndbg

View File

@ -0,0 +1,2 @@
#!/bin/sh
nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update poetry2nix