fix(nix): use prismlauncher-unwrapped in devShell
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
bfe7e3afed
commit
ad0493390b
@ -37,7 +37,7 @@
|
|||||||
nil
|
nil
|
||||||
];
|
];
|
||||||
|
|
||||||
inputsFrom = [self.packages.${system}.default];
|
inputsFrom = [self.packages.${system}.prismlauncher-unwrapped];
|
||||||
buildInputs = with pkgs; [ccache ninja];
|
buildInputs = with pkgs; [ccache ninja];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user