init hugo

This commit is contained in:
2025-06-02 00:24:29 +02:00
parent 624b2326f2
commit c213816f33
75 changed files with 298 additions and 988 deletions

View File

@@ -2,13 +2,9 @@
, chaoszone ? import ./default.nix { inherit pkgs; packageName = "chaoszone"; }
}:
pkgs.haskellPackages.shellFor {
packages = p: [ chaoszone ];
withHoogle = true;
buildInputs = with pkgs.haskellPackages; with pkgs; [
haskell-language-server
ghcid
cabal-install
pkgs.mkShell {
packages = with pkgs; [
hugo
vim
];
}