NodeJS Deprec

This commit is contained in:
David C
2023-06-02 21:05:23 -04:00
parent 145e12ed64
commit eeb0fb71c3
3 changed files with 5 additions and 5 deletions

View File

@@ -171,6 +171,9 @@
# Legacy Python2 Support # Legacy Python2 Support
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"python-2.7.18.6" "python-2.7.18.6"
# BitWarden uses this
"nodejs-16.20.0"
]; ];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:

View File

@@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }: { { lib, config, pkgs, nixpkgs, ... }: {
nixpkgs.overlays = [(self: super: rec { nixpkgs.overlays = [(self: super: rec {
# Discord fix # Discord fix
discord = super.discord.override { discord = super.discord.override {
@@ -8,10 +8,6 @@
nss = super.pkgs.nss_latest; nss = super.pkgs.nss_latest;
}; };
})]; })];
nixpkgs.config.permittedInsecurePackages = [
# Bitwarden Uses old NodeJS
"nodejs-16.20.0"
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox firefox
chromium chromium

View File

@@ -12,6 +12,7 @@
beautifulsoup4 beautifulsoup4
tqdm tqdm
matplotlib matplotlib
pyqt5
ipython ipython
python-lsp-server python-lsp-server