This repository has been archived on 2025-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
guix-pwntools-template/Justfile
2025-04-29 22:22:22 +00:00

11 lines
393 B
Makefile

default:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- echo "Compile step..."
dev:
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
update:
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
run: default
echo "Run step..."