flake.nix: remove unnecessary with statements

This commit is contained in:
Gabriel Arazas 2023-09-17 13:53:19 +08:00
parent ce0e92906f
commit 578bb94828
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -108,7 +108,7 @@
defaultSystem = "x86_64-linux"; defaultSystem = "x86_64-linux";
# Just add systems here and it should add systems to the outputs. # Just add systems here and it should add systems to the outputs.
systems = with inputs.flake-utils.lib.system; [ systems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux" "aarch64-linux"
"riscv64-linux" "riscv64-linux"