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

View File

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

View File

@ -89,7 +89,8 @@
# music lyric fetcher
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))
];