nixos/appimage: minor fix eval
This commit is contained in:
parent
1d1676b2ee
commit
71b3f89bee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user