From 00d0195309b660cda8a303b5991d9b818ab8e8a8 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Wed, 8 May 2024 01:31:36 -0400 Subject: [PATCH] Fix `xil` package since I did that incorrectly. --- home/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index 0fb37a6..1eadda5 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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 ]; /*