chore(firefox-gx): replace fix with latest commit

This commit is contained in:
matt1432 2025-01-29 12:10:37 -05:00
parent 8f34e3c7e6
commit eaecd0eec5
5 changed files with 11 additions and 9 deletions
flake.lockflake.nix
homeManagerModules/firefox
custom-css
firefox-gx
inputs

8
flake.lock generated
View file

@ -227,17 +227,17 @@
"firefox-gx-src": { "firefox-gx-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1736221332, "lastModified": 1736531964,
"narHash": "sha256-5SRPQ4kseQMsgaSKqiQyuwrmE/SxtOp2AkS3mLm5kH8=", "narHash": "sha256-k6Bh/YX500HWN8RqZelg752emMwelQo16fp+eZYUDk8=",
"owner": "Godiesc", "owner": "Godiesc",
"repo": "firefox-gx", "repo": "firefox-gx",
"rev": "38b2278933d51cedf1680ca9a11ab39a6fd8c5f4", "rev": "6f5d07e11e008d6cbf4461e53daf80820afa8418",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Godiesc", "owner": "Godiesc",
"ref": "v.9.9",
"repo": "firefox-gx", "repo": "firefox-gx",
"rev": "6f5d07e11e008d6cbf4461e53daf80820afa8418",
"type": "github" "type": "github"
} }
}, },

View file

@ -67,8 +67,8 @@
firefox-gx-src = { firefox-gx-src = {
flake = false; flake = false;
owner = "Godiesc"; owner = "Godiesc";
ref = "v.9.9";
repo = "firefox-gx"; repo = "firefox-gx";
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
type = "github"; type = "github";
}; };
flake-compat = { flake-compat = {

View file

@ -3,7 +3,6 @@
--tab-height-personal: 43px !important; --tab-height-personal: 43px !important;
--uc-tab-corner-height: 41px !important; --uc-tab-corner-height: 41px !important;
--my-vertical-toolbar-width: 46px !important; --my-vertical-toolbar-width: 46px !important;
--uc-margin-left-right: -1px !important; // Fix left tab margin on desktop
} }
// Put main menu under logo // Put main menu under logo

View file

@ -9,8 +9,10 @@
inherit (self.inputs) firefox-gx-src; inherit (self.inputs) firefox-gx-src;
inherit (self.lib) mkVersion; inherit (self.lib) mkVersion;
lock = fromJSON (readFile "${self}/flake.lock"); lock = fromJSON (readFile ../../../flake.lock);
rev = lock.nodes.firefox-gx-src.original.ref; rev =
lock.nodes.firefox-gx-src.original.ref
or lock.nodes.firefox-gx-src.original.rev;
in in
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "firefox-gx"; pname = "firefox-gx";

View file

@ -408,7 +408,8 @@ let
{ {
owner = "Godiesc"; owner = "Godiesc";
repo = "firefox-gx"; repo = "firefox-gx";
ref = "v.9.9"; # ref = "v.9.9";
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
} }
{ {
name = "git-theme-src"; name = "git-theme-src";