WIP: rewrite config #618
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
# Taken from https://github.com/gytis-ivaskevicius/flake-utils-plus/blob/master/lib/options.nix
|
||||
inherit (lib) filterAttrs mapAttrs';
|
||||
flakes = filterAttrs (name: value: (name != "self") && (value ? outputs)) inputs;
|
||||
flakes = filterAttrs (name: value: (value ? outputs)) inputs;
|
||||
nixRegistry =
|
||||
builtins.mapAttrs
|
||||
(name: v: {flake = v;})
|
||||
|
|
Loading…
Reference in a new issue