website/shell.nix
2024-01-18 19:45:39 +01:00

3 lines
85 B
Nix

{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
packages = with pkgs; [ rustup ];
}