summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-gc.nix
Commit message (Collapse)AuthorAge
* nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
| | | | cc #23396
* nix gc service: fix use of startAtJoachim Fasting2016-10-23
| | | | | | | | `startAt = ""` as in `startAt = optionalString false ...` results in an invalid timer unit (due to "" being promoted to a singleton list and not filtered out). Ref: c9941c4b5ef7acc1cb8d734acb383410d99c01ba
* treewide: Use correct output in ${config.nix.package}/binTuomas Tynkkynen2016-04-25
|
* nix-gc.nix: Revert 'prefer "nix-store" over "nix-collect-garbage" because ↵Peter Simons2015-09-04
| | | | | | | | | | the latter supports "--max-freed"' This reverts commit ab6c8643d451b04884e938cd7ed2186663d32a96. Issue https://github.com/NixOS/nix/issues/609 has been resolved, the new Nix version is available after 86eaeb4c0a31e623c01f0d39fd5b3e64ce5f80b5, and using nix-collect-garbage has the advantage that the '-d' flag is available, which nix-store doesn't have.
* nix-gc.nix: prefer "nix-store" over "nix-collect-garbage" because the latter ↵Peter Simons2015-08-20
| | | | | | supports "--max-freed" Works around https://github.com/NixOS/nix/issues/609.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Rename environment.nix -> nix.packageEelco Dolstra2013-10-28
|
* nix-gc: Revert to "script" instead of ExecStartEelco Dolstra2013-10-21
| | | | | There is an assumption that cfg.options can contain shell code, so ExecStart doesn't work here.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10