From 0fab2667f501a32b78d40538f36b7daf567c9dfa Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 6 Jun 2023 14:52:20 -0400 Subject: [PATCH] Trying to fix nur --- flake.lock | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index aaca325..81fb4d2 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,27 @@ "type": "github" } }, + "nur": { + "locked": { + "lastModified": 1686076172, + "narHash": "sha256-FA0RCy8AkxWCfhdCfTNjHG2IMM14HZ50IUIkVbJRVF0=", + "owner": "nix-community", + "repo": "NUR", + "rev": "b2adbf0149922d8503a89bccf099ffdc22907d51", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, "root": { "inputs": { "disko": "disko", "home-manager": "home-manager", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "nur": "nur" } } },