website/shell.nix
Noratrieb 4f136e662f
Some checks failed
test / test (push) Has been cancelled
talk recording
2026-01-20 21:34:07 +01:00

7 lines
112 B
Nix

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