From 3ce2c4f0982ae341f5f85831532711bb23b453da Mon Sep 17 00:00:00 2001 From: Nicolai Van der Storm Date: Wed, 18 Oct 2023 13:28:39 +0200 Subject: [PATCH] added NUR --- flake.lock | 16 ++++++++++++++++ flake.nix | 1 + 2 files changed, 17 insertions(+) diff --git a/flake.lock b/flake.lock index 8f44453..42090a5 100644 --- a/flake.lock +++ b/flake.lock @@ -165,6 +165,21 @@ "type": "indirect" } }, + "nur": { + "locked": { + "lastModified": 1697620530, + "narHash": "sha256-yP1UqYQXHrA7QmXUHqlx9lVEBjzmtLPOJwmEk8fyUeY=", + "owner": "nix-community", + "repo": "NUR", + "rev": "51314cbd9e37c1ed544e336b60a0ac73e1709a13", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, "orcaslicer": { "inputs": { "flake-utils": "flake-utils", @@ -190,6 +205,7 @@ "hyprland": "hyprland", "maxfetch": "maxfetch", "nixpkgs": "nixpkgs_3", + "nur": "nur", "orcaslicer": "orcaslicer", "sops-nix": "sops-nix" } diff --git a/flake.nix b/flake.nix index a1538e7..32643e9 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs-stable.follows = ""; }; + nur.url = "github:nix-community/NUR"; }; outputs = { self, nixpkgs, home-manager, ...}@inputs: