mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Revert "glab: coerce glab tmpfile rule argument to string"
This reverts commit 8c824254b1.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ in
|
||||
# mode 0600.
|
||||
systemd.user.tmpfiles.settings.glab = lib.mkIf (cfg.settings != { }) {
|
||||
rules."${config.xdg.configHome}/glab-cli/config.yml" = {
|
||||
"C+$".argument = "${yaml.generate "glab-config" cfg.settings}";
|
||||
"C+$".argument = yaml.generate "glab-config" cfg.settings;
|
||||
z.mode = "0600";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user