Add nix shell for docs

This commit is contained in:
Arian van Putten 2019-04-01 21:10:12 +02:00
parent fb231abf35
commit 4778e2d41e
3 changed files with 3 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
site

1
docs/shell.nix Normal file
View File

@ -0,0 +1 @@
(import ../nix/nixpkgs.nix).dhall-kubernetes-docs

View File

@ -8,6 +8,7 @@ let
config = {
packageOverrides = pkgs: rec {
dhall-kubernetes = pkgs.callPackage ./dhall-kubernetes.nix {};
dhall-kubernetes-docs = pkgs.callPackage ./docs.nix {};
kubernetes-openapi-spec = pkgs.callPackage ./kubernetes-openapi-spec.nix {};
haskellPackages = pkgs.haskellPackages.override {
overrides = haskellPackagesNew: haskellPackagesOld: rec {