website/shell.nix
2024-01-18 20:47:46 +01:00

3 lines
91 B
Nix

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