aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ve/version/module.nix (follow)
Commit message (Collapse)AuthorAge
* inputs.nix: Use nixos channels instead of github for the nixos tarballsBenedikt Peetz22 hours
| | | | This reduces the dependency on github somewhat.
* modules/version: Actually store a nixpkgs revision in thereBenedikt Peetz2026-07-24
| | | | | The value before was essentially pointless, as it referenced _my flake's_ revision (or actually last-updated timestamp).
* 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.
* refactor(modules): Move all system modules to `by-name`Benedikt Peetz2024-10-18
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.