zen browser nixpkgs PR

This commit is contained in:
Simon Gardling 2024-10-08 17:10:10 -04:00
parent 5e5b59011c
commit 31ae19a9f8
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
3 changed files with 24 additions and 27 deletions

View File

@ -33,11 +33,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727805287, "lastModified": 1728371133,
"narHash": "sha256-sMQP+HesLU40wKPVR55lXyruU1NPbFDfqmaiLDMhVis=", "narHash": "sha256-Di+CMkvUU/GhRC6OWPcoA/Odb3a7HBgkMvjUhWNv3wM=",
"owner": "orhun", "owner": "orhun",
"repo": "binsider", "repo": "binsider",
"rev": "aba611285f270eed7a087f437e7d5443e4a4d5b4", "rev": "4bc6b7a117743a8b8ddf8595e58c3596f94dd396",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -91,11 +91,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1710146030, "lastModified": 1726560853,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -137,11 +137,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1728280052, "lastModified": 1728372489,
"narHash": "sha256-8gy3keN+6vKnn5nFDXib00bXFBUW+Xf+x6TKbTDl/x0=", "narHash": "sha256-4Lm/bSzK5si/VM3E83d2xJDs5Es61TIfzNhK+dZHCl8=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "037bd7f67212127eaa52fee8199f951d19b7954a", "rev": "9d1699bb73790d48345843ea11bd4fee5db052dd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -185,11 +185,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728018373, "lastModified": 1728241625,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -322,22 +322,18 @@
} }
}, },
"zen-browser": { "zen-browser": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": { "locked": {
"lastModified": 1727727601, "lastModified": 1728420026,
"narHash": "sha256-YWOGgiqRCOAjHrXbCukCvg9alB9mLMXvrqaUmoFqt+o=", "narHash": "sha256-92y3GEfyRJ0/UvFc0APLicE/L+KCaTSpPPfsoj08py0=",
"owner": "ch4og", "owner": "matthewpi",
"repo": "zen-browser-flake", "repo": "nixpkgs",
"rev": "18dac9cd4633bf14d9e96be4d97cd9b358d1bca8", "rev": "97e4d2ac2a515aba2550b8aa348f288af972116c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ch4og", "owner": "matthewpi",
"repo": "zen-browser-flake", "ref": "zen-browser",
"repo": "nixpkgs",
"type": "github" "type": "github"
} }
} }

View File

@ -31,8 +31,8 @@
}; };
zen-browser = { zen-browser = {
url = "github:ch4og/zen-browser-flake"; # https://github.com/NixOS/nixpkgs/pull/347222
inputs.nixpkgs.follows = "nixpkgs"; url = "github:matthewpi/nixpkgs/zen-browser";
}; };
}; };

View File

@ -89,7 +89,8 @@
# music lyric fetcher # music lyric fetcher
lrcget lrcget
inputs.zen-browser.packages."${pkgs.system}".specific # inputs.zen-browser.packages."${pkgs.system}".specific
inputs.zen-browser.legacyPackages.${pkgs.system}.zen-browser
(factorio.override (import ./secrets/factorio.nix)) (factorio.override (import ./secrets/factorio.nix))
]; ];