aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/di/direnv (follow)
Commit message (Collapse)AuthorAge
* modules/direnv/pre-cache: Remove `nix build` from hot pathBenedikt Peetz28 hours
|
* modules/direnv/pre_cache: Don't force delete the tmp_profileBenedikt Peetz28 hours
| | | | The adding it to gc should have already deleted it?
* modules/direnv: Disable `strict_env` againBenedikt Peetz28 hours
|
* modules/direnv: Don't depend on git, for the cache path creationBenedikt Peetz45 hours
| | | | | The nix fetched source, is a tarball, and as such has no git information, that we could extract.
* modules/direnv: Implement pre-cached devshellsBenedikt Peetz47 hours
| | | | | | | | 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`).
* modules/direnv: Also remove cppnix from `nix-direnv`Benedikt Peetz2026-05-30
| | | | This fully removes cppnix from my whole closure.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* fix(modules/direnv): Remove the strictness optionsBenedikt Peetz2025-01-31
| | | | | These seem to cause an error in `nix-direnv` which is obviously not ideal.
* fix(modules/direnv): Migrate to `by-name`Benedikt Peetz2025-01-30