Merge pull request 'switch to nixfmt from nixpkgs-fmt' (#1750) from Mic92-flake-parts-template into main
All checks were successful
buildbot/nix-eval Build done.
deploy / deploy-docs (push) Successful in 20s
checks / checks-impure (push) Successful in 4m12s

This commit is contained in:
clan-bot 2024-07-15 14:52:42 +00:00
commit 3e3b9fbbb8
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
coreutils,
nil,
nixd,
nixpkgs-fmt,
nixfmt-rfc-style,
direnv,
vscode-extensions,
vscode-with-extensions,
@ -25,7 +25,7 @@ writeShellApplication {
coreutils
nil
nixd
nixpkgs-fmt
nixfmt-rfc-style
direnv
];
text = ''

View File

@ -2,11 +2,11 @@
"security.workspace.trust.enabled": false,
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.formatterPath": "nixpkgs-fmt",
"nix.formatterPath": "nixfmt",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": "nixpkgs-fmt"
"command": "nixfmt"
},
"options": {
"nixos": {