| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | modules/direnv/pre-cache: Remove `nix build` from hot path | Benedikt Peetz | 32 hours |
| | | |||
| * | modules/direnv/pre_cache: Don't force delete the tmp_profile | Benedikt Peetz | 32 hours |
| | | | | | The adding it to gc should have already deleted it? | ||
| * | modules/direnv: Don't depend on git, for the cache path creation | Benedikt Peetz | 2 days |
| | | | | | | The nix fetched source, is a tarball, and as such has no git information, that we could extract. | ||
| * | modules/direnv: Implement pre-cached devshells | Benedikt Peetz | 2 days |
| That means, that the devshells are only build once and centrally updated. Ideally, they would be built upon system update, but I haven't figured out a way to run `nix print-dev-env` in a nix build sandbox yet (and hope, that it's not necessary anymore once, that functionality moves to nixpkgs' `mkShell`). | |||
