mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
flake.nix: remove unnecessary with
statements
This commit is contained in:
parent
ce0e92906f
commit
578bb94828
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user