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": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1706802524,
|
||||
"narHash": "sha256-RxXS71jgaZopW+JeYUhBIAyZKlomxRotU8Irk/kF0Oc=",
|
||||
"owner": "duxovni",
|
||||
"lastModified": 1707546158,
|
||||
"narHash": "sha256-nYYJTpzfPMDxI8mzhQsYjIUX+grorqjKEU9Np6Xwy/0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6b87830c696bf44a57a5fe69fb7da02cb4b64f18",
|
||||
"rev": "d934204a0f8d9198e1e4515dd6fec76a139c87f0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "duxovni",
|
||||
"ref": "rebased/fix/firefox-wrapper",
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
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
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
|
Loading…
Reference in a new issue