Domen Kožar
Domen Kožar
Each profile now gets its own state directory to prevent old state from persisting when switching profiles. This fixes the issue where environment variables, processes, and GC roots from one...
Since using profiles we're changing the developer environment, they should be changing DEVENV_DOTFILE.
When building a container from within a shell container, the container infrastructure derivations (mkRoot, mkEtc, mkTmp) were not available in the Nix store because they were only used in copyToRoot...
Add a changelog since it's a breaking change #2300 Upstream: https://github.com/cachix/git-hooks.nix/pull/656
We'd want to support Docker and Podman, the two most popular desktop container engines. The only compatibility layer that exists is Docker RESTful API, where the workflow would be something...
We have two options: - [zensical](https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/), successor to mkdocs(-material) - [astro](https://docs.astro.build/en/getting-started/) Migrating to astro might give us more benefits if we're doing the migration, but we have to be really...
On macOS it's automatic, but on linux we need the user to run one of the two: ``` - sudo sysctl -w net.ipv4.ip_unprivileged_port_start=0 - sudo setcap CAP_NET_BIND_SERVICE=+eip ```
`nix-static.overrideAttrs (_: { preHook = ""; })` builds it, but fails to work for some reason.
Mergiraf
Sometimes we don't want to upload some derivations because they are too big. The issue is that if something depends on them, then those derivations won't be substituted. In some...