blog/shell.nix
2024-08-20 12:59:23 +02:00

3 lines
84 B
Nix

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