homepage/default.nix

9 lines
107 B
Nix
Raw Permalink Normal View History

2021-02-06 18:18:16 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashInteractive
hugo
pandoc
];
}