fix: google-chrome CVE

This commit is contained in:
Ryan Yin
2025-06-04 12:58:00 +08:00
parent c070abe60e
commit c4e268682a
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -693,11 +693,11 @@
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1748889542,
"narHash": "sha256-Hb4iMhIbjX45GcrgOp3b8xnyli+ysRPqAgZ/LZgyT5k=",
"lastModified": 1749024892,
"narHash": "sha256-OGcDEz60TXQC+gVz5sdtgGJdKVYr6rwdzQKuZAJQpCA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922",
"rev": "8f1b52b04f2cb6e5ead50bd28d76528a2f0380ef",
"type": "github"
},
"original": {

View File

@@ -1,6 +1,6 @@
{
pkgs,
nur-ryan4yin,
pkgs-stable,
...
}: {
home.packages = with pkgs; [
@@ -13,6 +13,7 @@
# source code: https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix
google-chrome = {
enable = true;
package = pkgs-stable.google-chrome;
# https://wiki.archlinux.org/title/Chromium#Native_Wayland_support
commandLineArgs = [