switch to nixfmt from nixpkgs-fmt
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
coreutils,
|
coreutils,
|
||||||
nil,
|
nil,
|
||||||
nixd,
|
nixd,
|
||||||
nixpkgs-fmt,
|
nixfmt-rfc-style,
|
||||||
direnv,
|
direnv,
|
||||||
vscode-extensions,
|
vscode-extensions,
|
||||||
vscode-with-extensions,
|
vscode-with-extensions,
|
||||||
@@ -25,7 +25,7 @@ writeShellApplication {
|
|||||||
coreutils
|
coreutils
|
||||||
nil
|
nil
|
||||||
nixd
|
nixd
|
||||||
nixpkgs-fmt
|
nixfmt-rfc-style
|
||||||
direnv
|
direnv
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
"security.workspace.trust.enabled": false,
|
"security.workspace.trust.enabled": false,
|
||||||
"nix.enableLanguageServer": true,
|
"nix.enableLanguageServer": true,
|
||||||
"nix.serverPath": "nixd",
|
"nix.serverPath": "nixd",
|
||||||
"nix.formatterPath": "nixpkgs-fmt",
|
"nix.formatterPath": "nixfmt",
|
||||||
"nix.serverSettings": {
|
"nix.serverSettings": {
|
||||||
"nixd": {
|
"nixd": {
|
||||||
"formatting": {
|
"formatting": {
|
||||||
"command": "nixpkgs-fmt"
|
"command": "nixfmt"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"nixos": {
|
"nixos": {
|
||||||
|
|||||||
Reference in New Issue
Block a user