add alternative url for ax; add ruff package;
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
||||
|
||||
xdg.configFile."ax/config.json".text = builtins.toJSON {
|
||||
remote = {
|
||||
host = "blackpearl.n.eliaskohout.de";
|
||||
host = "ax.n.eliaskohout.de";
|
||||
port = 7000;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
languagePackages = {
|
||||
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 ];
|
||||
go = with pkgs; [ go golangci-lint ];
|
||||
ruby = with pkgs; [ ruby bundler ];
|
||||
|
||||
Reference in New Issue
Block a user