init hugo
This commit is contained in:
10
shell.nix
10
shell.nix
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user