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; sops.defaultSopsFile = ./secrets/sops.yaml;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
akkoma
fzf fzf
matrix-conduit matrix-conduit
docker docker
@ -70,6 +69,7 @@
nextcloud28 nextcloud28
nginx nginx
onlyoffice-documentserver onlyoffice-documentserver
phanpy
postgresql_16 postgresql_16
python3 python3
python311Packages.nbconvert 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. # The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = ["--ignore-scripts"]; npmPackFlags = ["--ignore-scripts"];
NODE_OPTIONS = "--openssl-legacy-provider";
meta = with lib; { meta = with lib; {
description = "Minimalistic opinionated Mastodon web client."; description = "Minimalistic opinionated Mastodon web client.";
homepage = "https://phanpy.social/"; homepage = "https://phanpy.social/";