Bitwarden Uses EOL NodeJS
This commit is contained in:
@@ -8,7 +8,10 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user