1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules
worldofpeace df8c30fa25 iso-image: make $ARCH shorter
we use stdenv.hostPlatform.uname.processor, which I believe is just like
`uname -p`.

Example values:
```
(import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor
"x86_64"

(import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor
aarch64

(import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor
"armv7l"
```
2020-04-09 20:10:01 -04:00
..
config
hardware
i18n/input-method
installer iso-image: make $ARCH shorter 2020-04-09 20:10:01 -04:00
misc
profiles
programs
security acme: create certificates in subdirectory 2020-04-09 08:26:07 +01:00
services Merge pull request #84570 from Mic92/max-jobs 2020-04-09 00:36:14 +02:00
system
tasks
testing
virtualisation
module-list.nix
rename.nix