From 3076f17e8a50d538b5b5b40a1ea2a5e9ff6dc706 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 5 Apr 2024 23:22:03 +0200 Subject: [PATCH] Add phanpy to queen --- nixos/hosts/queen/configuration.nix | 2 +- pkgs/phanpy/default.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index ee40678..106db20 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -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 diff --git a/pkgs/phanpy/default.nix b/pkgs/phanpy/default.nix index c651620..e92a022 100644 --- a/pkgs/phanpy/default.nix +++ b/pkgs/phanpy/default.nix @@ -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/";