fix(nix): use prismlauncher-unwrapped in devShell

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-06-11 14:02:36 -04:00
parent bfe7e3afed
commit ad0493390b
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -37,7 +37,7 @@
nil
];
inputsFrom = [self.packages.${system}.default];
inputsFrom = [self.packages.${system}.prismlauncher-unwrapped];
buildInputs = with pkgs; [ccache ninja];
};