homepage/default.nix
2021-02-06 19:18:16 +01:00

9 lines
107 B
Nix

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