From 17f58cfeba4d7ee63aa905afbeb2ec72718e8c74 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 21 Jan 2024 21:05:09 +0100 Subject: [PATCH] Flake: add nur --- flake.lock | 16 ++++++++++++++++ flake.nix | 2 ++ 2 files changed, 18 insertions(+) diff --git a/flake.lock b/flake.lock index a8f5b4f..2ab26b5 100644 --- a/flake.lock +++ b/flake.lock @@ -299,6 +299,21 @@ "type": "indirect" } }, + "nur": { + "locked": { + "lastModified": 1705847594, + "narHash": "sha256-YtoT6OoTIkYcwm+VPeqn+cJhyacd/WIMtBoBEvRDYVY=", + "owner": "nix-community", + "repo": "NUR", + "rev": "2b4a30cde35eb5b7813c731aa26fc475a27c723e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, "plasma-manager": { "inputs": { "home-manager": [ @@ -336,6 +351,7 @@ "nixos-hardware": "nixos-hardware", "nixpkgs-raw": "nixpkgs-raw", "nixpkgs-unstable-raw": "nixpkgs-unstable-raw", + "nur": "nur", "plasma-manager": "plasma-manager", "vscode-extensions": "vscode-extensions" } diff --git a/flake.nix b/flake.nix index 064a49d..b9d2c7e 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,8 @@ }; nix-flatpak.url = github:gmodena/nix-flatpak/main; + + nur.url = "github:nix-community/NUR"; }; outputs = { ... } @inputs: with inputs;