add alternative url for ax; add ruff package;

This commit is contained in:
2026-05-10 23:41:48 +02:00
parent de998f285a
commit 1ac072847d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
xdg.configFile."ax/config.json".text = builtins.toJSON { xdg.configFile."ax/config.json".text = builtins.toJSON {
remote = { remote = {
host = "blackpearl.n.eliaskohout.de"; host = "ax.n.eliaskohout.de";
port = 7000; port = 7000;
}; };
}; };
+1 -1
View File
@@ -15,7 +15,7 @@
languagePackages = { languagePackages = {
rust = with pkgs; [ rustup cargo-deny cargo-edit ]; rust = with pkgs; [ rustup cargo-deny cargo-edit ];
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv mypy ]; python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv mypy ruff ];
nodejs = with pkgs; [ nodejs pnpm ]; nodejs = with pkgs; [ nodejs pnpm ];
go = with pkgs; [ go golangci-lint ]; go = with pkgs; [ go golangci-lint ];
ruby = with pkgs; [ ruby bundler ]; ruby = with pkgs; [ ruby bundler ];