vanten-s.com/shell.nix

8 lines
106 B
Nix
Raw Normal View History

2024-07-21 19:41:39 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell rec {
buildInputs = with pkgs; [
hugo
];
}