1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix: revert GPG home change, update inputs

This commit is contained in:
Ryan Cao 2025-10-24 23:15:10 +01:00
parent 789ef320b0
commit 5e189a590f
Signed by: ryanccn
GPG key ID: F605AB4AF937D5D0
6 changed files with 55 additions and 39 deletions

View file

@ -29,6 +29,5 @@
DOCKER_CONFIG = "${config.xdg.configHome}/docker";
FLY_CONFIG_DIR = "${config.xdg.stateHome}/fly";
GRADLE_USER_HOME = "${config.xdg.dataHome}/gradle";
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
};
}