use firefox wrapper patches rebased onto more recent nixpkgs
This commit is contained in:
parent
fc437d2dfd
commit
ed968d5f43
12
flake.lock
12
flake.lock
|
@ -2,17 +2,17 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700897425,
|
"lastModified": 1706142643,
|
||||||
"narHash": "sha256-rUd7z6weQ0zJ7mJP9N7RLMP/AWE9H/AtTV9bx7RNr6A=",
|
"narHash": "sha256-BIxx3skhrylTVnStb/nNP2zg44HiGU5GeVgty5yfthw=",
|
||||||
"owner": "NixOS",
|
"owner": "duxovni",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "491072e797f6d28960f182d45125f1f93b9522ce",
|
"rev": "ccda4a1a26b3973788ac080b2f408f3695bc856a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "duxovni",
|
||||||
|
"ref": "rebased/fix/firefox-wrapper",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "491072e797f6d28960f182d45125f1f93b9522ce",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Overlay for a policy-configurable non-ESR Firefox";
|
description = "Overlay for a policy-configurable non-ESR Firefox";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/491072e797f6d28960f182d45125f1f93b9522ce";
|
inputs.nixpkgs.url = "github:duxovni/nixpkgs/rebased/fix/firefox-wrapper";
|
||||||
# inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
# inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: let
|
outputs = { self, nixpkgs }: let
|
||||||
|
|
Loading…
Reference in a new issue