nixpkgs/nixos
Tuomas Tynkkynen 4fd0a3a43d nixos/release.nix: More refactoring for multi-arch
Currently, even if you pass supportedSystems = [ "aarch64-linux" ] you
end up with e.g. `nixos.tests.docker` which actually silently runs on
x86_64-linux. Using the new callTestOnTheseSystems fixes that.

As a side-effect, this also causes a rename of
`nixos.tests.docker` -> `nixos.tests.docker.x86_64-linux`, which is IMHO
a good thing since it's makes them consistent with the rest of the
tests.
2018-01-19 10:35:49 +02:00
..
doc/manual amd-hybrid-graphics module: remove 2018-01-15 23:17:12 +00:00
lib Merge pull request #33577 from dtzWill/fix/cross-2 2018-01-09 12:36:53 -05:00
maintainers create-amis.sh: Ass eu-west-3 2017-12-20 16:35:22 +01:00
modules sshd: provide option to disable firewall altering 2018-01-18 22:55:28 +08:00
tests sudo: define extra rules in Nix language (#33905) 2018-01-17 14:56:08 +00:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos/release.nix: More refactoring for multi-arch 2018-01-19 10:35:49 +02:00
release-small.nix php: pcre test blocks -small channels as well 2017-11-12 11:03:54 +01:00
release.nix nixos/release.nix: More refactoring for multi-arch 2018-01-19 10:35:49 +02: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.