diff options
author | Linnnus <[email protected]> | 2024-12-29 15:38:38 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-27 19:50:36 +0000 |
commit | 77d90db615c51736f46d20a5bdbadde79e17d11c (patch) | |
tree | f932539bb43856caa4930d6ed5f777d46eb13f01 /flake.nix | |
parent | 143ae9c5285815b82d5d192c505a842512ba4322 (diff) |
Add NUR
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ url = "github:linnnus/webhook-listener"; inputs.nixpkgs.follows = "nixpkgs"; }; + nur = { + url = "github:nix-community/NUR"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { |