aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ni/nix/module.nix (unfollow)
Commit message (Collapse)Author
2026-05-30modules/nix: ModularizeBenedikt Peetz
2026-05-12treewide: Remove all references to `self.inputs`Benedikt Peetz
That doesn't work anymore with the npins sources.
2025-07-01modules/nix: Switch back to lixBenedikt Peetz
2025-06-28modules/nix: Temporarily switch to cppnixBenedikt 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-05-20modules/nix: Switch to the latest `lix` versionBenedikt Peetz
2025-05-16flake: Pack arguments in attribute setsBenedikt Peetz
This avoids having to change 3+ files, if you need to add a new argument.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-04fix(modules/nix): Don't keep failed build directoriesBenedikt 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-04docs(modules): Add FIXME/TODO commentsBenedikt Peetz
2024-10-24feat(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-18refactor(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.
2024-05-25fix(services/nix): Override both `legacyPackages` attrs when adding the flakeBenedikt Peetz
2024-05-25fix(modules/services/nix): Add my overlayed `nixpkgs` to the flakeBenedikt Peetz
2024-05-24style(treewide): ReformatBenedikt Peetz
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-05-09fix(sys/svcs/nix): Use my overlayed nixpkgs in the `n` registry entryBenedikt Peetz
2024-05-09style(treewide): FormatBenedikt Peetz
2024-05-09chore(treewide): Conform to changed settingsBenedikt Peetz
2024-03-01fix(sys/svcs/nix): Finally remove the `nixPath` completelySoispha
2024-02-28fix(sys/svcs/nix): Ensure that the nix path actually gets setSoispha
2024-02-28style(sys/svcs/nix): Inline the `nixpkgs` variableSoispha
2024-02-28feat(sys/svcs/nix): Set nix pathSoispha
This is useful in the nix repl
2024-02-23feat(sys/svcs/nix): Switch to nixUnstableSoispha
2024-01-13fix(treewide): Comply with the shell library's new argument namesSoispha
2024-01-13fix(sys/svcs/nix): Improve some default configurationSoispha
2023-12-09fix(flake): Use self instead of a reimport of itselfSoispha
2023-10-22feat(sys/svcs/nix): Add my flake to the flake registrySoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-06-17Fix(system/services/nix): Use nixStable as unstable is broken right nowSoispha
2023-05-09Fix(system/nixpkgs): Remove CA-derivations againSoispha
2023-05-09Fix(system/services/nix): Add nixpkgs to argsSoispha
2023-05-09Fix(system/services/nix): Use correct valuesSoispha
2023-05-09Feat(flake): Activate content-addressed derivationsSoispha
2023-04-03Fix(system/services/nix): Use real namesene
Declaring things by their attribute name 'inputs', makes the lives of linters and such exceptionally harder.
2023-03-25Feat(system/services/nix): Add templates and short namesene
2023-03-17Fix(system): Move services to systemene
2023-02-25Fix(nix): Import the correct thingene
2023-02-25Fix(nix): Don't remove old gens so quicklyene
2023-02-25Fix(nix): Use the system nixpkgs versionene
This stops nix from downloading the newest one, every time I use `nix shell`
2023-02-17Feat(services): Use default.nix filesene
2023-02-15Feat(nix): Add settingsene
2023-02-03Feat: Split the config apartene