Files
Jeremy Janella 75faa5c410 added material
2026-05-09 23:21:13 -04:00

8 lines
105 B
Nix

let
pkgs = import <nixpkgs> {};
in pkgs.mkShell {
buildInputs = with pkgs; [
pkgs.conda
];
}