website/shell.nix
2024-01-21 16:42:56 +01:00

3 lines
116 B
Nix

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