| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 4 days | modules/nix: Don't warn about dirty git trees | Benedikt Peetz | |
| 2026-06-21 | modules/{steam,nvim/plgs/cmp}: Make allowing unfree packages module-local | Benedikt Peetz | |
| 2026-05-30 | modules/nix: Modularize | Benedikt Peetz | |
| 2026-05-12 | modules/nixpkgs: Allow unfree `cmp-calc` | Benedikt Peetz | |
| As the comment says, this nvim plugin is effectively free, but they didn't add a license (and it's unmaintained). As such the 'lib.licenses.unfree' makes sense, but allowing it is also ethically okay. | |||
| 2026-05-12 | treewide: Remove all references to `self.inputs` | Benedikt Peetz | |
| That doesn't work anymore with the npins sources. | |||
| 2025-12-17 | treewide: Use correct `mktemp` with template invocation | Benedikt Peetz | |
| 2025-12-17 | treewide: Update pins to 25.11 | Benedikt Peetz | |
| 2025-12-11 | modules/nixos-option: Disable | Benedikt Peetz | |
| 2025-12-09 | treewide: Give tempfiles descriptive names | Benedikt Peetz | |
| This makes it easier to see, where each tempfile comes from. | |||
| 2025-11-30 | modules/nixpkgs/config: Remove | Benedikt Peetz | |
| This file seems to be never referenced by anything. | |||
| 2025-11-30 | modules/{common,steam,nixpkgs}: Disable Steam | Benedikt Peetz | |
| I have not used it for over 6 months. | |||
| 2025-07-24 | modules/nix-index/command_not_found.sh: Avoid using removed flag | Benedikt Peetz | |
| `--top-level` is now default. | |||
| 2025-07-24 | modules/nix-index: Use new home-manager module location | Benedikt Peetz | |
| 2025-07-01 | modules/nix: Switch back to lix | Benedikt Peetz | |
| 2025-06-28 | modules/nix: Temporarily switch to cppnix | Benedikt Peetz | |
| Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually. | |||
| 2025-06-28 | modules/nix-index/command_not_found: Avoid using a non-existing command | Benedikt Peetz | |
| The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion. | |||
| 2025-05-20 | modules/nix: Switch to the latest `lix` version | Benedikt Peetz | |
| 2025-05-17 | modules/nix-index/command_not_found_handler: Remove reference to shell_library | Benedikt Peetz | |
| `ptmp` was previously (impurely) injected into this code, but is now no longer available. | |||
| 2025-05-17 | modules/nixos-shell: Init | Benedikt Peetz | |
| A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell | |||
| 2025-05-16 | modules/legacy/nix-index: Migrate to by-name | Benedikt Peetz | |
| 2025-05-16 | flake: Pack arguments in attribute sets | Benedikt Peetz | |
| This avoids having to change 3+ files, if you need to add a new argument. | |||
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-25 | modules/steam: Correctly allow the unfree dependency | Benedikt Peetz | |
| 2025-04-04 | fix(modules/nix): Don't keep failed build directories | Benedikt Peetz | |
| This feature might be useful, but nix also keeps all transitive dependencies of the failed build. This means that if a big build fails (which might happen repeatably if I debug the build), then the temp directory might fill itself leading to a full system oom. | |||
| 2025-04-04 | docs(modules): Add FIXME/TODO comments | Benedikt Peetz | |
| 2024-10-24 | feat(modules/nix): Switch to `lix` | Benedikt Peetz | |
| `nix` is currently constantly failing to open some of the sqlite databases, which is just really obnoxious. Although, as I have later found out, this is caused by a `bindfs` fuse mount on `~/.cache`. This process is running against the `1024` open fd soft limit, and thus refusing to open another one for the database. | |||
| 2024-10-18 | refactor(modules): Move all system modules to `by-name` | Benedikt Peetz | |
| From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules. | |||
