mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
treewide: use boolToString function
This commit is contained in:
parent
54fff9ec1a
commit
3ab45f4b36
40 changed files with 111 additions and 118 deletions
|
@ -4,8 +4,6 @@ with lib;
|
|||
|
||||
let
|
||||
|
||||
b2s = x: if x then "true" else "false";
|
||||
|
||||
cfg = config.services.mongodb;
|
||||
|
||||
mongodb = cfg.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue