From 644985eab89d37d27bc095c0b4c4fe8e96bba011 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 17 May 2024 15:08:43 +0200 Subject: [PATCH] fixup for nur bindings --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/flake.nix b/flake.nix index 46da9e6..1b2e225 100644 --- a/flake.nix +++ b/flake.nix @@ -157,21 +157,6 @@ overlays = [ inputs.nur.overlay ]; }; in builtins.mapAttrs (name: value: value.inputDerivation.urls) tmp.nur.repo-sources; - nurAll = let tmp = import inputs.nixpkgs-unstable { - inherit system; - overlays = [ inputs.nur.overlay ]; - }; in tmp.nur.repos; - - nurSrcs = let tmp = import inputs.nixpkgs-unstable { - inherit system; - overlays = [ inputs.nur.overlay ]; - }; in tmp.nur.repo-sources; - - nurSrcUrls = let tmp = import inputs.nixpkgs-unstable { - inherit system; - overlays = [ inputs.nur.overlay ]; - }; in builtins.mapAttrs (name: value: value.inputDerivation.urls) tmp.nur.repo-sources; - # collection of random things I played around with /built once # in seperate path to keep this flake cleaner random = import ./random-pkgs.nix {