aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/di/direnv/module.nix (follow)
Commit message (Collapse)AuthorAge
* modules/direnv: Implement pre-cached devshellsBenedikt Peetz21 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