Added nixd

This commit is contained in:
2026-02-16 23:36:45 -07:00
parent dfd6f9a8c1
commit 27d15ba706

View File

@@ -2,7 +2,10 @@
let
rustToolchain = pkgs.rust-bin.stable.latest.default.override {
extensions = [ "rust-src" "rust-analyzer" ];
extensions = [
"rust-src"
"rust-analyzer"
];
targets = [ "aarch64-apple-darwin" ];
};
in
@@ -15,5 +18,6 @@ in
ruby
go
nil
nixd
];
}