mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Remove dead code
This commit is contained in:
parent
2c6c36e7d2
commit
dac02d90fa
5 changed files with 12 additions and 12 deletions
|
@ -125,7 +125,7 @@
|
|||
render.tab = "all";
|
||||
};
|
||||
|
||||
settings.keys = lib.genAttrs [ "normal" "select" ] (name: {
|
||||
settings.keys = lib.genAttrs [ "normal" "select" ] (_: {
|
||||
D = "extend_to_line_end";
|
||||
});
|
||||
};
|
||||
|
|
|
@ -16,9 +16,9 @@ systemConfiguration {
|
|||
package = upkgs.nixSuper;
|
||||
|
||||
registry = (lib.filterAttrs
|
||||
(name: value: value != {})
|
||||
(_: value: value != {})
|
||||
(builtins.mapAttrs
|
||||
(name: value: lib.optionalAttrs (value ? sourceInfo) {
|
||||
(_: value: lib.optionalAttrs (value ? sourceInfo) {
|
||||
flake = value;
|
||||
}) inputs)) // { default.flake = inputs.nixpkgs; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue