瀏覽代碼

flake.nix: add armv6l/armv7l systems

We built at least armv7l on hydra, therefor nixpkgs should also expose it.
wip-nanopi-m4v2
Jörg Thalheim 6 年之前
父節點
當前提交
4c26d0ec5f
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 3F2096411B5F92
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. +8
    -1
      flake.nix

+ 8
- 1
flake.nix 查看文件

@@ -12,7 +12,14 @@

lib = import ./lib;

systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
systems = [
"x86_64-linux"
"i686-linux"
"x86_64-darwin"
"aarch64-linux"
"armv6l-linux"
"armv7l-linux"
];

forAllSystems = f: lib.genAttrs systems (system: f system);



Loading…
取消
儲存