mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: update mysecrets, disable prettier
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -515,10 +515,10 @@
|
|||||||
"mysecrets": {
|
"mysecrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704814015,
|
"lastModified": 1705910929,
|
||||||
"narHash": "sha256-uvNwwjPrlgJqPL1Ur69z5oXcjgqy0StgjQ4H8azzjg4=",
|
"narHash": "sha256-Pz2cY35846PSCMHU+0ygO4qv3m54Uh8RVpq8qFP7C+E=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "80a45114b35740d4fed8135ce03bad9b84e4a2ad",
|
"rev": "91583f9f09cfdf3babcce4a2a66c633727e3b8c2",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/ryan4yin/nix-secrets.git"
|
"url": "ssh://git@github.com/ryan4yin/nix-secrets.git"
|
||||||
|
|||||||
@@ -43,10 +43,10 @@
|
|||||||
alejandra.enable = true; # formatter
|
alejandra.enable = true; # formatter
|
||||||
# deadnix.enable = true; # detect unused variable bindings in `*.nix`
|
# deadnix.enable = true; # detect unused variable bindings in `*.nix`
|
||||||
# statix.enable = true; # lints and suggestions for Nix code(auto suggestions)
|
# statix.enable = true; # lints and suggestions for Nix code(auto suggestions)
|
||||||
prettier = {
|
# prettier = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
excludes = [".js" ".md" ".ts"];
|
# excludes = [".js" ".md" ".ts"];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user