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