aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-06-11 14:02:36 -0400
committerseth <getchoo@tuta.io>2023-06-11 14:02:36 -0400
commitad0493390b051c27ee8d16b323a9c71b9d697097 (patch)
tree63300936d847be954585bcd9a5f67bbbd3dd5a9a /nix
parentbfe7e3afed286de02dfc1ec4cc2b39f31972d295 (diff)
downloadPrismLauncher-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.nix2
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];
};