homepage/default.nix

9 lines
107 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashInteractive
hugo
pandoc
];
}