2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-26 14:53:52 +00:00
nixpkgs/nixos
Adam Joseph 957541ad69 nixos/modules/system/boot/binfmt.nix: update mips patterns
This commit updates the binfmt magic-patterns using

  f5e6786de4/scripts/qemu-binfmt-conf.sh

The patterns prior to this commit did not understand the difference
between mips32-*-* (32-bit void*,int) and mips64-*-*abin32 (32-bit
void*, 64-bit int).  This commit corrects that.
2023-07-31 21:24:26 -07:00
..
doc/manual nixos/boot/initrd-network: add option to enable udhcpc () 2023-07-31 16:08:56 +02:00
lib nixos/test-driver: format 2023-07-30 21:24:49 +08:00
maintainers
modules nixos/modules/system/boot/binfmt.nix: update mips patterns 2023-07-31 21:24:26 -07:00
tests Merge pull request from ElvishJerricco/exitrd-fix-shutdown-loop 2023-07-30 00:11:55 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.