diff options
author | seth <getchoo@tuta.io> | 2023-06-11 14:02:36 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-06-11 14:02:36 -0400 |
commit | ad0493390b051c27ee8d16b323a9c71b9d697097 (patch) | |
tree | 63300936d847be954585bcd9a5f67bbbd3dd5a9a /nix | |
parent | bfe7e3afed286de02dfc1ec4cc2b39f31972d295 (diff) | |
download | PrismLauncher-ad0493390b051c27ee8d16b323a9c71b9d697097.tar.gz PrismLauncher-ad0493390b051c27ee8d16b323a9c71b9d697097.tar.bz2 PrismLauncher-ad0493390b051c27ee8d16b323a9c71b9d697097.zip |
fix(nix): use prismlauncher-unwrapped in devShell
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'nix')
-rw-r--r-- | nix/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/dev.nix b/nix/dev.nix index a4ff2cc4..635c6bb4 100644 --- a/nix/dev.nix +++ b/nix/dev.nix @@ -37,7 +37,7 @@ nil ]; - inputsFrom = [self.packages.${system}.default]; + inputsFrom = [self.packages.${system}.prismlauncher-unwrapped]; buildInputs = with pkgs; [ccache ninja]; }; |