mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Avoid builtins
This commit is contained in:
parent
5a960a1074
commit
c48f95dc56
3 changed files with 4 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ in
|
|||
|
||||
systemd.services.radicale.serviceConfig.ExecStartPre =
|
||||
let
|
||||
gitignore = builtins.toFile "radicale-collection-gitignore" ''
|
||||
gitignore = pkgs.writeText "radicale-collection-gitignore" ''
|
||||
.Radicale.cache
|
||||
.Radicale.lock
|
||||
.Radicale.tmp-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue