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

@@ -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

View File

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