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

@ -5,7 +5,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.poetry2nix.url = "github:nix-community/poetry2nix";
outputs = { nixpkgs, flake-utils, poetry2nix }:
outputs = { self, nixpkgs, flake-utils, poetry2nix }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {