add rust programming tooling

This commit is contained in:
Noah Masur
2023-11-01 22:13:49 -04:00
parent 77708aebd9
commit f828c1c200
6 changed files with 41 additions and 2 deletions

View File

@ -11,7 +11,7 @@
inputs.pypi-deps-db.follows = "pypi-deps-db";
};
outputs = { nixpkgs, mach-nix }:
outputs = { self, nixpkgs, mach-nix }:
let
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = f: