| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | modules/direnv: Use correct `lib.getExe` | Benedikt Peetz | 19 hours |
| | | |||
| * | modules/direnv: Implement a landrun based sandbox for dev-shells | Benedikt Peetz | 19 hours |
| | | |||
| * | modules/direnv: Fix devshell loading | Benedikt Peetz | 20 hours |
| | | |||
| * | treewide: Switch to bare unflake | Benedikt Peetz | 5 days |
| | | | | | | There was no real reason to still have `npins` around. I just kept it because of historical reasons. | ||
| * | modules/direnv/pre-cache: Also use the nixpkgs rev as cache key | Benedikt Peetz | 5 days |
| | | | | | Otherwise, we would not get a new devshell upon nixpkgs update. | ||
| * | modules/direnv/pre-cache: Remove `nix build` from hot path | Benedikt Peetz | 6 days |
| | | |||
| * | modules/direnv/pre_cache: Don't force delete the tmp_profile | Benedikt Peetz | 6 days |
| | | | | | The adding it to gc should have already deleted it? | ||
| * | modules/direnv: Disable `strict_env` again | Benedikt Peetz | 6 days |
| | | |||
| * | modules/direnv: Don't depend on git, for the cache path creation | Benedikt Peetz | 7 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 | 7 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`). | ||
| * | modules/direnv: Also remove cppnix from `nix-direnv` | Benedikt Peetz | 2026-05-30 |
| | | | | | This fully removes cppnix from my whole closure. | ||
| * | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
| * | fix(modules/direnv): Remove the strictness options | Benedikt Peetz | 2025-01-31 |
| | | | | | | These seem to cause an error in `nix-direnv` which is obviously not ideal. | ||
| * | fix(modules/direnv): Migrate to `by-name` | Benedikt Peetz | 2025-01-30 |
