Add phanpy to queen

This commit is contained in:
Lillian Violet 2024-04-05 23:22:03 +02:00
parent a49e8c5332
commit 3076f17e8a
2 changed files with 1 additions and 3 deletions

View file

@ -52,7 +52,6 @@
sops.defaultSopsFile = ./secrets/sops.yaml;
environment.systemPackages = with pkgs; [
akkoma
fzf
matrix-conduit
docker
@ -70,6 +69,7 @@
nextcloud28
nginx
onlyoffice-documentserver
phanpy
postgresql_16
python3
python311Packages.nbconvert

View file

@ -19,8 +19,6 @@ buildNpmPackage rec {
# The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = ["--ignore-scripts"];
NODE_OPTIONS = "--openssl-legacy-provider";
meta = with lib; {
description = "Minimalistic opinionated Mastodon web client.";
homepage = "https://phanpy.social/";