vanten-s.com/shell.nix
2024-07-21 19:41:39 +02:00

8 lines
106 B
Nix

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