aboutsummaryrefslogtreecommitdiff
path: root/nix/dev.nix
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-19 00:06:44 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-19 00:06:44 +0300
commit319ce8c19f801a4bec920c6778cf140e9f92ee32 (patch)
tree6322b81bf4146ba98b5894ebbb8201a37cc8c044 /nix/dev.nix
parent182e19eae3e2aa9f50dde140d10db858b5bf6076 (diff)
parent12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9 (diff)
downloadPrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.tar.gz
PrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.tar.bz2
PrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
Diffstat (limited to 'nix/dev.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];
};