From 578bb94828cd3f0f422acee2eb5890f561f8412e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 17 Sep 2023 13:53:19 +0800 Subject: [PATCH] flake.nix: remove unnecessary `with` statements --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7455a363..c1f20d12 100644 --- a/flake.nix +++ b/flake.nix @@ -108,7 +108,7 @@ defaultSystem = "x86_64-linux"; # Just add systems here and it should add systems to the outputs. - systems = with inputs.flake-utils.lib.system; [ + systems = [ "x86_64-linux" "aarch64-linux" "riscv64-linux"