From c28f48e8723219e40196815e5f20c66d5884a914 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 20 Oct 2024 19:10:29 +0200 Subject: [PATCH] repo: add NUR (Nix User Repository) for firefox extensions --- flake.lock | 16 ++++++++++++++++ flake.nix | 2 ++ 2 files changed, 18 insertions(+) diff --git a/flake.lock b/flake.lock index 0ddfab5..3c49694 100644 --- a/flake.lock +++ b/flake.lock @@ -830,6 +830,21 @@ "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": { "inputs": { "flake-parts": "flake-parts_5", @@ -2655,6 +2670,7 @@ "niri": "niri", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_5", + "nur": "nur", "nvf": "nvf", "plasma-manager": "plasma-manager", "systems": "systems_5", diff --git a/flake.nix b/flake.nix index 06b8cad..7e405bf 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,8 @@ treefmt-nix.url = "github:numtide/treefmt-nix"; + nur.url = "github:nix-community/NUR"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; }; }