9 lines
107 B
Nix
9 lines
107 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
bashInteractive
|
|
hugo
|
|
pandoc
|
|
];
|
|
}
|