Tristan Schrader

Results 3 comments of Tristan Schrader

Same issue here. Only one of my PRs is doing this right now. It's with a GitHub repo.

I can't get the podman example to work. ```bash $ podman image ls --all REPOSITORY TAG IMAGE ID CREATED SIZE $ nix run github:nlewo/nix2container#examples.bash.copyToPodman Copy to podman image bash:4ym1c6xhcd5mpl19p2b0phssppb4idam INFO[0000]...

> I managed to get the `trailing-whitespace` hook to run by adding the `pre-commit-hooks` to nixpkgs ([pr](https://github.com/NixOS/nixpkgs/pull/106918)) and activate it in my config like this: > > ``` > trailing-whitespace...