Fix xil
package since I did that incorrectly.
This commit is contained in:
parent
10f3f09636
commit
00d0195309
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue