Compare commits

...

2 commits

Author SHA1 Message Date
Vinzenz Schroeter 3b16163af9 update zerforschen.plus 2025-06-01 13:49:03 +02:00
Vinzenz Schroeter 62307246d5 nil 2025-06-01 13:47:59 +02:00
2 changed files with 13 additions and 4 deletions

View file

@ -347,11 +347,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748387402, "lastModified": 1748777873,
"narHash": "sha256-5hae2UmVd42S/U6vp0+JQmjkgJrdKkp4vKM9+oEoQDQ=", "narHash": "sha256-sDyp1LeP+BOiG4AvpX28bPPxLUpXwlredK+uqxguTPs=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "fe4068c9ec1a8f4184d632d47916580edc2f9c17", "rev": "da2b589ad01d79a02985511fd5dce31731abad5a",
"revCount": 15, "revCount": 17,
"type": "git", "type": "git",
"url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus" "url": "https://git.berlin.ccc.de/vinzenz/zerforschen.plus"
}, },

View file

@ -56,6 +56,15 @@
"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;