fix nix flake check warnings
This commit is contained in:
@@ -21,5 +21,8 @@ in
|
||||
};
|
||||
alias = gitAliases;
|
||||
};
|
||||
# The default value of `programs.git.signing.format` has changed from `"openpgp"` to `null`.
|
||||
# You are currently using the legacy default (`"openpgp"`) because `home.stateVersion` is less than "25.05".
|
||||
signing.format = "openpgp";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user