mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(git): use PGP for signing (for now)
This commit is contained in:
parent
76e232b630
commit
8f347ee1ec
6 changed files with 41 additions and 45 deletions
|
|
@ -199,7 +199,7 @@ in
|
|||
"nix.serverPath" = lib.getExe pkgs.nixd;
|
||||
"nix.serverSettings" = {
|
||||
nixd = {
|
||||
formatting.command = [ (lib.getExe pkgs.alejandra) ];
|
||||
formatting.command = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
|
||||
nixpkgs.expr = "(builtins.getFlake \"${self}\").pkgs";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue