Compare commits
No commits in common. "3b16163af92097228353794af1221993b6273ee4" and "3d27f554015ece713fa22fe829d711b430d6bbda" have entirely different histories.
3b16163af9
...
3d27f55401
|
@ -347,11 +347,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1748777873,
|
"lastModified": 1748387402,
|
||||||
"narHash": "sha256-sDyp1LeP+BOiG4AvpX28bPPxLUpXwlredK+uqxguTPs=",
|
"narHash": "sha256-5hae2UmVd42S/U6vp0+JQmjkgJrdKkp4vKM9+oEoQDQ=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "da2b589ad01d79a02985511fd5dce31731abad5a",
|
"rev": "fe4068c9ec1a8f4184d632d47916580edc2f9c17",
|
||||||
"revCount": 17,
|
"revCount": 15,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus"
|
"url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus"
|
||||||
},
|
},
|
||||||
|
|
|
@ -56,15 +56,6 @@
|
||||||
"rust-analyzer.checkOnSave.command" = "clippy";
|
"rust-analyzer.checkOnSave.command" = "clippy";
|
||||||
|
|
||||||
"nix.formatterPath" = "${lib.getBin pkgs.nixfmt-rfc-style}/bin/nixfmt";
|
"nix.formatterPath" = "${lib.getBin pkgs.nixfmt-rfc-style}/bin/nixfmt";
|
||||||
"nix.enableLanguageServer" = true;
|
|
||||||
"nix.serverPath" = "${lib.getBin pkgs.nil}/bin/nil";
|
|
||||||
"nix.serverSettings" = {
|
|
||||||
"nil" = {
|
|
||||||
"formatting" = {
|
|
||||||
"command" = [ "${lib.getBin pkgs.nixfmt-rfc-style}/bin/nixfmt" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
"\[makefile\]" = {
|
"\[makefile\]" = {
|
||||||
"editor.insertSpaces" = false;
|
"editor.insertSpaces" = false;
|
||||||
|
|
Loading…
Reference in a new issue