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: