Add phanpy to queen
This commit is contained in:
parent
a49e8c5332
commit
3076f17e8a
|
@ -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
|
||||
|
|
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue