mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Remove useless quotes
This commit is contained in:
parent
e0e0115b46
commit
adfea502de
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue