repo: add NUR (Nix User Repository) for firefox extensions

This commit is contained in:
Anthony Rodriguez 2024-10-20 19:10:29 +02:00
parent a476208fe0
commit c28f48e872
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 18 additions and 0 deletions

View file

@ -830,6 +830,21 @@
"type": "sourcehut" "type": "sourcehut"
} }
}, },
"nur": {
"locked": {
"lastModified": 1729415156,
"narHash": "sha256-Ha5CqNs+mFMzf5O2HVfs9mxqIQnBwt+srspiQWAvN/A=",
"owner": "nix-community",
"repo": "NUR",
"rev": "fdda803471577189005bac0b4bc934689f52ef59",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"nvf": { "nvf": {
"inputs": { "inputs": {
"flake-parts": "flake-parts_5", "flake-parts": "flake-parts_5",
@ -2655,6 +2670,7 @@
"niri": "niri", "niri": "niri",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_5", "nixpkgs": "nixpkgs_5",
"nur": "nur",
"nvf": "nvf", "nvf": "nvf",
"plasma-manager": "plasma-manager", "plasma-manager": "plasma-manager",
"systems": "systems_5", "systems": "systems_5",

View file

@ -75,6 +75,8 @@
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
nur.url = "github:nix-community/NUR";
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";
}; };
} }