NodeJS Deprec
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
beautifulsoup4
|
||||
tqdm
|
||||
matplotlib
|
||||
pyqt5
|
||||
|
||||
ipython
|
||||
python-lsp-server
|
||||
|
||||
Reference in New Issue
Block a user