summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-12-29 15:38:38 +0000
committerLinnnus <[email protected]>2025-01-27 19:50:36 +0000
commit77d90db615c51736f46d20a5bdbadde79e17d11c (patch)
treef932539bb43856caa4930d6ed5f777d46eb13f01 /flake.nix
parent143ae9c5285815b82d5d192c505a842512ba4322 (diff)
Add NUR
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8fa8788..13bc1fc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,6 +31,10 @@
url = "github:linnnus/webhook-listener";
inputs.nixpkgs.follows = "nixpkgs";
};
+ nur = {
+ url = "github:nix-community/NUR";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = {