Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
remove docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Mar 2, 2023
1 parent 6d7c771 commit 67d42ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
# For generating documentation website
nmd = {
url = "gitlab:rycee/nmd";
flake = false;
};

# LSP plugins
nvim-lspconfig = {
Expand Down Expand Up @@ -400,11 +395,6 @@
];
};

docs = import ./docs {
inherit pkgs;
nmdSrc = inputs.nmd;
};

tidalPkg = buildPkg pkgs [tidalConfig];
nixPkg = buildPkg pkgs [nixConfig];
maximalPkg = buildPkg pkgs [maximalConfig];
Expand Down Expand Up @@ -436,9 +426,6 @@

packages =
{
docs-html = docs.manual.html;
docs-manpages = docs.manPages;
docs-json = docs.options.json;
default = nixPkg;
nix = nixPkg;
maximal = maximalPkg;
Expand Down

0 comments on commit 67d42ba

Please sign in to comment.