Skip to content

Commit a7b00c0

Browse files
committed
gh
1 parent 493e3df commit a7b00c0

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

nix/packages.nix

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@
1515
};
1616
};
1717

18-
# Fix me, esbuild hangs, dunno why.
19-
docs = pkgs.buildNpmPackage {
20-
name = "nix-versions-site";
21-
src = ./../docs;
22-
npmDepsHash = builtins.readFile ./../docs/vendor-hash;
23-
buildPhase = ''
24-
export SASS_EMBEDDED_BIN_PATH="${pkgs.dart-sass}/bin/sass"
25-
mkdir -p $HOME/{temp,cache}
26-
npm run build -- --debug --clean-cache --clean-temp --temp $HOME/temp --cache $HOME/cache --dest $out
27-
'';
28-
dontInstall = true;
29-
meta = with pkgs.lib; {
30-
description = "Site for docs and flake generation services.";
31-
homepage = "https://nix-versions.oeiuwq.com";
32-
};
33-
};
34-
3518
web = pkgs.buildGoModule {
3619
pname = "nix-versions-web";
3720
src = ./../web;
@@ -49,6 +32,7 @@
4932
name = "deploy-docs";
5033
meta.description = "Deploy docs";
5134
runtimeInputs = with pkgs; [
35+
pnpm
5236
nodejs
5337
rsync
5438
openssh

0 commit comments

Comments
 (0)