distorsion.interhacker.space/old-hugo-site/shell.nix

7 lines
84 B
Nix
Raw Normal View History

2025-01-24 23:25:45 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [
pkgs.hugo
];
}