about summary refs log tree commit diff
path: root/nixos/modules/system/boot/binfmt.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-16treewide: Remove usage of pkgs.{system,hostPlatform} aliasesFabian Möller1-1/+1
2024-05-15Merge pull request #275485 from Ex-32/binfmt-emulatedsystems-fixPol Dellaiera1-1/+1
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-14/+13
2024-03-12nixos/binfmt: fix race condition between systemd-tmpfiles and systemd-binfmtArian van Putten1-0/+1
2023-12-29nixos/binfmt: remove unused stringAfternikstur1-1/+1
2023-12-19nixos/binfmt: added assertion to prevent emulation of current systemEx-321-1/+1
2023-10-25nixos/binfmt: replace activationScript via tmpfilesnikstur1-24/+27
2023-09-08nixos/binfmt: improve type annotationsLuoChen1-1/+1
2023-08-28Merge pull request #246487 from amjoseph-nixpkgs/pr/binfmt-mipsArtturi1-6/+14
2023-08-23nixos/binfmt: use PE magic to detect Wine executablesK9001-8/+2
2023-07-31nixos/modules/system/boot/binfmt.nix: update mips patternsAdam Joseph1-6/+14
2023-06-08refactor: Split `mkdir -m …` into `mkdir` + `chmod`Victor Engmark1-1/+2
2023-04-28nixos/binfmt: add loongarch64-linuxjackyliu161-0/+4
2023-03-08nixos/binfmt: fix extension for Windows binariesBerk D. Demir1-2/+2
2023-02-07binfmt: Don't create invalid service with no registrationsWill Fancher1-6/+8
2022-12-01nixos/binfmt: mkDefault auto-detected interpreterarcnmx1-5/+5
2022-12-01nixos/binfmt: add interpreter path to sandboxarcnmx1-4/+4
2022-11-07nixos/binfmt: restart systemd-binfmt when registrations changeMajiir Paktu1-0/+1
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-12/+12
2022-01-26nixos/nix-daemon: use structural settingspolykernel1-8/+5
2022-01-06Merge pull request #143060 from zhaofengli/binfmt-argv00x4A6F1-4/+48
2021-12-01nixos/binfmt: Preserve argv[0] when using QEMUZhaofeng Li1-4/+48
2021-11-09NixOS: Document impurity issues with boot.binfmt.emulatedSystems (#142778)Christian Kögler1-0/+1
2021-07-06nixos/binfmt: run binfmt activation script after mounting /runKazutoshi Noguchi1-2/+2
2021-01-24nixos/binfmt: add bash to sandboxPathsMatthew Bauer1-2/+2
2020-12-31nixos/binfmt.nix: fix running commands in binfmtMatthew Bauer1-2/+8
2020-05-18nixos/binfmt: move systemd-binfmt.service to binfmt moduleFlorian Klink1-4/+5
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-0/+4
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-1/+1
2019-07-17nixos/binfmt: update release notes and provide examplesMatthew Bauer1-0/+1
2019-07-17nixos/binfmt: handle wasm binariesMatthew Bauer1-0/+8
2019-05-10nixos/binfmt: fixupMatthew Bauer1-5/+6
2019-05-10binfmt: add more magics and masksMatthew Bauer1-22/+101
2019-05-10nixos/binfmt: handle emulatedSystemsMatthew Bauer1-107/+151
2018-02-18nixos/binfmt: Initial binfmt_msc support.Shea Levy1-0/+139