Refactor.

This commit is contained in:
r-vdp 2023-03-24 17:03:33 +01:00
parent 92ac83f22a
commit 197852e599
No known key found for this signature in database

View file

@ -50,7 +50,10 @@
,
}:
(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:
let
pkgs = import nixpkgs {