about summary refs log tree commit diff
path: root/nixos/modules/profiles/clone-config.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-3/+3
these changes were generated with nixq 0.0.2, by running nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix two mentions of the mdDoc function remain in nixos/, both of which are inside of comments. Since lib.mdDoc is already defined as just id, this commit is a no-op as far as Nix (and the built manual) is concerned.
2022-08-06nixos/*: automatically convert option docspennae1-3/+3
2018-10-21ova: add cloneConfigExtra optionMatthew Bauer1-0/+9
Customize virtualbox ovas to contain a clone config option giving some useful hints. Fixes #38429
2018-07-20[bot]: remove unreferenced codevolth1-1/+0
2018-01-31Add setFunctionArgs lib function.Shea Levy1-1/+1
Among other things, this will allow *2nix tools to output plain data while still being composable with the traditional callPackage/.override interfaces.
2015-08-05Remove some obsolete references to <nixos>Eelco Dolstra1-1/+1
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
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.
2013-10-28Hack to work around the lack of isPathEelco Dolstra1-1/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+100