Compare commits
1 commit
d756a39e09
...
41fb436140
Author | SHA1 | Date | |
---|---|---|---|
41fb436140 |
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
}:
|
||||
let
|
||||
inherit (lib)
|
||||
concatMapAttrsStringSep
|
||||
escapeShellArg
|
||||
getExe
|
||||
mkEnableOption
|
||||
|
@ -24,6 +23,12 @@ let
|
|||
str
|
||||
;
|
||||
|
||||
# from nixpkgs, commit b1371135b5db3fcf728114d92d5bd0218109598a
|
||||
# FIXME: Should be replaced by nixpkgs lib when going to nixos-25.05
|
||||
concatMapAttrsStringSep =
|
||||
sep: f: attrs:
|
||||
lib.concatStringsSep sep (lib.attrValues (lib.mapAttrs f attrs));
|
||||
|
||||
cfg = config.services.nimbolus-tf;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue