Domen Kožar
Domen Kožar
Why might it be useful to run the bash hook every time I run the shell (I imagine it can be used as part of git workflows etc, but mentioning...
https://twitter.com/zimbatm/status/1272582711178342403
That's how we can pitch Nix reproducibility.
# Reproduce Given arion container as: ```nix web = { service.useHostStore = true; service.depends_on = [ "hercules-server" ]; service.ports = [ "8088:80" ]; nixos.useSystemd = true; nixos.configuration = { imports...