From b2a81974012ca127ea7a94a808ec6c19fb32822e Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Mon, 19 Dec 2022 18:31:52 -0800 Subject: [PATCH] Configure cargo-release --- common/components/applications.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/components/applications.nix b/common/components/applications.nix index 5222967..2cf8f1a 100644 --- a/common/components/applications.nix +++ b/common/components/applications.nix @@ -130,6 +130,12 @@ in # Configuration home.sessionVariables.ANSIBLE_NOCOWS = true; + xdg.configFile."cargo-release/release.toml".text = '' + push = false + publish = false + pre-release-commit-message = "Version {{version}}" + tag-message = "Version {{version}}" + ''; # Pending https://github.com/NixOS/nix/issues/3929 xdg.configFile."gdu/gdu.yaml".text = "no-cross: true"; home.file.".npmrc".text = generators.toKeyValue { } { fund = false; update-notifier = false; }; home.file.".visidatarc".text = with pkgs; generators.toKeyValue { } {