firefox addons fixes finally merged into nixpkgs

This commit is contained in:
xenofem 2024-02-11 10:23:17 -05:00
parent 398258b603
commit 96c6102ee7
2 changed files with 7 additions and 8 deletions

View file

@ -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"
}

View file

@ -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"; };