nix: make docker work!!!!!

This commit is contained in:
41666 2024-06-26 19:28:27 -04:00
parent b1d988671c
commit 03e38f566d
7 changed files with 24 additions and 28 deletions

6
justfile Normal file
View file

@ -0,0 +1,6 @@
buildc:
nix build .#container
runc:
podman load < result
podman run -it --rm -p8555:8555 localhost/noe/plapkit:latest