Fix `xil` package since I did that incorrectly.

This commit is contained in:
Whovian NTSN 2024-05-08 01:31:36 -04:00
parent 10f3f09636
commit 00d0195309
1 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,7 @@
pkgs,
my_pkgs,
xil,
system,
...
}:
@ -65,9 +66,7 @@
my_pkgs.ird_tools
my_pkgs.rom-properties
# Why does this *just* work? Blehh :P
# Is it because "$(nix run github:Qyriad/Xil)" works?
xil
xil.packages.${system}.xil
];
/*