Skip to content

Commit

Permalink
Fix missing commit
Browse files Browse the repository at this point in the history
Follow ae380db and GH-781
  • Loading branch information
kachick committed Sep 10, 2024
1 parent 7f026b8 commit ac941ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ in

EDITOR = lib.getExe pkgs.helix;
SYSTEMD_EDITOR = lib.getExe pkgs.helix;
VISUAL = "${zed-fhs} --wait";
VISUAL = "${lib.getExe zed-fhs} --wait";

This comment has been minimized.

Copy link
@kachick

kachick Sep 12, 2024

Author Owner

Looks wrong

building the system configuration...
trace: warning: getExe: Package zed does not have the meta.mainProgram attribute. We'll assume that the main program has the same name for now, but this behavior is deprecated, because it leads to surprising errors when the assumption does not hold. If the package has a main program, please set `meta.mainProgram` in its definition to make this warning go away. Otherwise, if the package does not have a main program, or if you don't control its definition, use getExe' to specify the name to the program, such as lib.getExe' foo "bar".

This comment has been minimized.

Copy link
@kachick

kachick Sep 12, 2024

Author Owner

Fixed in e66f7dd

};

# List packages installed in system profile. To search, run:
Expand Down

0 comments on commit ac941ac

Please sign in to comment.