summary refs log tree commit diff
path: root/nixos/lib/utils.nix
Commit message (Collapse)AuthorAge
* nixos/lib: use removePrefix in escapeSystemdPathflorianjacob2020-03-14
|
* nixos/lib/utils: Make the set recursive again, unbreak evalSarah Brofeldt2019-09-08
|
* Merge pull request #66274 from talyz/gitlabFlorian Klink2019-09-07
|\ | | | | nixos/gitlab: Add support for secure secrets and more
| * nixos/utils: Handle arbitrary secrets in JSON output filestalyz2019-09-06
| | | | | | | | | | | | Introduce new functions which allows modules to define options where, if the input is an attrset and the output is JSON, the user can define arbitrary secrets.
* | treewide: remove redundant recvolth2019-08-28
|/
* fix infinite recursion caused by the unnecessary inspection of options + fix ↵msteen2018-12-24
| | | | is parent of mount point check (#51541)
* nixos: generalize copy-paste from stage-1 and zfs to utilsJan Malakhovski2016-08-23
|
* nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski2016-08-23
| | | | And use new `config.system.build.fileSystems` property everywhere.
* nixos: throw an error on invalid shell packagezimbatm2016-07-04
| | | | All shell packages must export the shellPath passthru
* Use shell packages to select the user's shellzimbatm2016-06-12
| | | | The string type is still available for backward-compatiblity.
* nixos/utils: Don't remove first character if not a /William A. Kennington III2014-09-03
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10