Switch from docker to podman

Far less invasive, needs fewer permissions, etc.
This commit is contained in:
Eli Ribble 2026-05-14 15:46:06 +00:00
parent dd4abacc8a
commit edc9fd8384
No known key found for this signature in database
3 changed files with 12 additions and 11 deletions

View file

@ -20,6 +20,7 @@
buildInputs = [
pkgs.go
pkgs.lefthook
pkgs.podman-compose
];
};
}