mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/appimage: minor fix eval
This commit is contained in:
parent
1d1676b2ee
commit
71b3f89bee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue