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