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