only build on linux
This commit is contained in:
parent
d3b5cd4be2
commit
e6f3c2e87b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
nixpkgs,
|
||||
flake-utils,
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
flake-utils.lib.eachSystem ["aarch64-linux" "x86_64-linux"] (
|
||||
system: let
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in rec {
|
||||
|
|
Reference in a new issue