nixpkgs/nixos
volth 4d57e56b71
$toplevel/system: use kernel's architecture
`$toplevel/system` of a system closure with `x86_64` kernel and `i686` userland should contain "x86_64-linux".

If `$toplevel/system` contains "i686-linux", the closure will be run using `qemu-system-i386`, which is able to run `x86_64` kernel on most Intel CPU, but fails on AMD.

So this fix is for a rare case of `x86_64` kernel + `i686` userland + AMD CPU
2020-03-20 16:55:44 +00:00
..
doc nixos/manual: fix build 2020-03-19 15:32:34 +01:00
lib nixos: Fix pkgs exporting 2020-03-19 21:19:25 +01:00
maintainers create-amis: Add eu-north-1 2020-03-05 18:00:28 +00:00
modules $toplevel/system: use kernel's architecture 2020-03-20 16:55:44 +00:00
tests nixosTests.fenics: Add basic test 2020-03-19 21:48:27 -07:00
COPYING
default.nix
README
release-combined.nix release-combined.tested: readd boot.biosUsb test 2020-02-22 10:43:26 +01:00
release-small.nix nixos/release-small.nix: List constituents of the 'tested' job by name 2020-02-17 16:37:10 +01:00
release.nix nixos/release.nix: Import './..' instead of nixpkgs 2020-02-12 22:44:59 +01:00

*** NixOS ***

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