From 76247f161d45cef592a38ba521ffceab5f119f5f Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 16 May 2024 13:25:18 +0200 Subject: [PATCH] Temporarily force specific commit for NUR --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a5d2e2a..81cb6b3 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,8 @@ nixpkgs-stable.follows = "nixpkgsStable"; }; }; - nur.url = "github:nix-community/NUR"; + # FIXME go back to master after nltch's repository is re-added + nur.url = "github:nix-community/NUR/324a5f3b9fbfdb77336dc9fa1c0a02f33a6acf6d"; agenix.url = "github:ryantm/agenix"; rock5b.url = "github:aciceri/rock5b-nixos"; ccrEmacs.url = "git+https://git.aciceri.dev/aciceri/emacs.git";