parent
8f34e3c7e6
commit
eaecd0eec5
5 changed files with 11 additions and 9 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -227,17 +227,17 @@
|
|||
"firefox-gx-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1736221332,
|
||||
"narHash": "sha256-5SRPQ4kseQMsgaSKqiQyuwrmE/SxtOp2AkS3mLm5kH8=",
|
||||
"lastModified": 1736531964,
|
||||
"narHash": "sha256-k6Bh/YX500HWN8RqZelg752emMwelQo16fp+eZYUDk8=",
|
||||
"owner": "Godiesc",
|
||||
"repo": "firefox-gx",
|
||||
"rev": "38b2278933d51cedf1680ca9a11ab39a6fd8c5f4",
|
||||
"rev": "6f5d07e11e008d6cbf4461e53daf80820afa8418",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Godiesc",
|
||||
"ref": "v.9.9",
|
||||
"repo": "firefox-gx",
|
||||
"rev": "6f5d07e11e008d6cbf4461e53daf80820afa8418",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
firefox-gx-src = {
|
||||
flake = false;
|
||||
owner = "Godiesc";
|
||||
ref = "v.9.9";
|
||||
repo = "firefox-gx";
|
||||
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
|
||||
type = "github";
|
||||
};
|
||||
flake-compat = {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
--tab-height-personal: 43px !important;
|
||||
--uc-tab-corner-height: 41px !important;
|
||||
--my-vertical-toolbar-width: 46px !important;
|
||||
--uc-margin-left-right: -1px !important; // Fix left tab margin on desktop
|
||||
}
|
||||
|
||||
// Put main menu under logo
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
inherit (self.inputs) firefox-gx-src;
|
||||
inherit (self.lib) mkVersion;
|
||||
|
||||
lock = fromJSON (readFile "${self}/flake.lock");
|
||||
rev = lock.nodes.firefox-gx-src.original.ref;
|
||||
lock = fromJSON (readFile ../../../flake.lock);
|
||||
rev =
|
||||
lock.nodes.firefox-gx-src.original.ref
|
||||
or lock.nodes.firefox-gx-src.original.rev;
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "firefox-gx";
|
||||
|
|
|
@ -408,7 +408,8 @@ let
|
|||
{
|
||||
owner = "Godiesc";
|
||||
repo = "firefox-gx";
|
||||
ref = "v.9.9";
|
||||
# ref = "v.9.9";
|
||||
rev = "6f5d07e11e008d6cbf4461e53daf80820afa8418";
|
||||
}
|
||||
{
|
||||
name = "git-theme-src";
|
||||
|
|
Loading…
Add table
Reference in a new issue