nixos/appimage: minor fix eval

This commit is contained in:
aleksana 2024-07-22 07:47:00 +08:00
parent 1d1676b2ee
commit 71b3f89bee

View File

@ -23,7 +23,7 @@ in
};
config = lib.mkIf cfg.enable {
boot.binfmt.registrations.appimage = lib.mkIf cfg.binfmt (
boot.binfmt.registrations = lib.mkIf cfg.binfmt (
let
appimage_common = {
wrapInterpreterInShell = false;