mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
boot.binfmt.registrations.appimage = lib.mkIf cfg.binfmt (
|
boot.binfmt.registrations = lib.mkIf cfg.binfmt (
|
||||||
let
|
let
|
||||||
appimage_common = {
|
appimage_common = {
|
||||||
wrapInterpreterInShell = false;
|
wrapInterpreterInShell = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue