1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Remove useless quotes

This commit is contained in:
RGBCube 2023-12-14 10:57:41 +03:00
parent e0e0115b46
commit adfea502de
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ systemConfiguration {
registry = (lib.filterAttrs
(name: value: value != {})
(builtins.mapAttrs
(name: value: lib.mkIf (value ? "sourceInfo") {
(name: value: lib.mkIf (value ? sourceInfo) {
flake = value;
}) inputs)) // { default.flake = inputs.nixpkgs; };