Refactor.
This commit is contained in:
parent
92ac83f22a
commit
197852e599
1 changed files with 4 additions and 1 deletions
|
|
@ -50,7 +50,10 @@
|
||||||
,
|
,
|
||||||
}:
|
}:
|
||||||
(flake-utils.lib.eachSystem
|
(flake-utils.lib.eachSystem
|
||||||
(with flake-utils.lib.system; [ x86_64-linux aarch64-linux ])
|
[
|
||||||
|
flake-utils.lib.system.x86_64-linux
|
||||||
|
flake-utils.lib.system.aarch64-linux
|
||||||
|
]
|
||||||
(system:
|
(system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue