diff --git a/flake.lock b/flake.lock index b9c9f434c..99cae0e08 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/scripts/nix-build.sh b/scripts/nix-build.sh new file mode 100755 index 000000000..c6f210ba0 --- /dev/null +++ b/scripts/nix-build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#pwndbg diff --git a/scripts/nix-update-flake-lock.sh b/scripts/nix-update-flake-lock.sh new file mode 100755 index 000000000..70cf1f07c --- /dev/null +++ b/scripts/nix-update-flake-lock.sh @@ -0,0 +1,2 @@ +#!/bin/sh +nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update poetry2nix