hyena/shell.nix

7 lines
88 B
Nix
Raw Permalink Normal View History

2024-03-26 14:25:41 +11:00
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
rustup
];
}