chore(firefox-gx): replace fix with latest commit
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
8f34e3c7e6
commit
eaecd0eec5
5 changed files with 6 additions and 4 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue