From 60c3f12a4553d91112620c28ff26c9843f57b67a Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 17 Aug 2023 18:11:41 -0400 Subject: [PATCH] NodeJS Deprec --- configuration.nix | 3 +++ programs/desktop.nix | 6 +----- programs/programming.nix | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index fb80da4..00d37f3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -171,6 +171,9 @@ # Legacy Python2 Support nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.6" + + # BitWarden uses this + "nodejs-16.20.0" ]; # List packages installed in system profile. To search, run: diff --git a/programs/desktop.nix b/programs/desktop.nix index 77418a7..a99af66 100644 --- a/programs/desktop.nix +++ b/programs/desktop.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, ... }: { +{ lib, config, pkgs, nixpkgs, ... }: { nixpkgs.overlays = [(self: super: rec { # Discord fix discord = super.discord.override { @@ -8,10 +8,6 @@ nss = super.pkgs.nss_latest; }; })]; - nixpkgs.config.permittedInsecurePackages = [ - # Bitwarden Uses old NodeJS - "nodejs-16.20.0" - ]; environment.systemPackages = with pkgs; [ firefox chromium diff --git a/programs/programming.nix b/programs/programming.nix index f8d1267..8be1550 100644 --- a/programs/programming.nix +++ b/programs/programming.nix @@ -12,6 +12,7 @@ beautifulsoup4 tqdm matplotlib + pyqt5 ipython python-lsp-server