mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
parent
d07697de5f
commit
e462fa746b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ let
|
||||||
|
|
||||||
pkgs = import <nixpkgs> {};
|
pkgs = import <nixpkgs> {};
|
||||||
|
|
||||||
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" /* "x86_64-freebsd" "i686-freebsd" */ ];
|
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" /* "x86_64-freebsd" "i686-freebsd" */ ];
|
||||||
|
|
||||||
|
|
||||||
jobs = rec {
|
jobs = rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue