all: format .nix filex with nixfmt-rfc

This commit is contained in:
2025-01-10 18:11:42 +01:00
parent e571ae07c0
commit 77e24e385a
22 changed files with 863 additions and 547 deletions

View File

@@ -3,8 +3,10 @@
nix-xilinx,
system,
...
}: {
environment.systemPackages = with pkgs;
}:
{
environment.systemPackages =
with pkgs;
[
acpi
binutils
@@ -92,5 +94,11 @@
zip
z-lua
]
++ (with nix-xilinx.packages.${system}; [vivado vitis vitis_hls model_composer xilinx-shell]);
++ (with nix-xilinx.packages.${system}; [
vivado
vitis
vitis_hls
model_composer
xilinx-shell
]);
}