firefox addons fixes finally merged into nixpkgs
This commit is contained in:
parent
398258b603
commit
96c6102ee7
12
flake.lock
12
flake.lock
|
@ -2,16 +2,16 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706802524,
|
"lastModified": 1707546158,
|
||||||
"narHash": "sha256-RxXS71jgaZopW+JeYUhBIAyZKlomxRotU8Irk/kF0Oc=",
|
"narHash": "sha256-nYYJTpzfPMDxI8mzhQsYjIUX+grorqjKEU9Np6Xwy/0=",
|
||||||
"owner": "duxovni",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6b87830c696bf44a57a5fe69fb7da02cb4b64f18",
|
"rev": "d934204a0f8d9198e1e4515dd6fec76a139c87f0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "duxovni",
|
"owner": "NixOS",
|
||||||
"ref": "rebased/fix/firefox-wrapper",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Overlay for a policy-configurable non-ESR Firefox";
|
description = "Overlay for a policy-configurable non-ESR Firefox";
|
||||||
|
|
||||||
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
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
|
Loading…
Reference in a new issue