mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(nix): use self for version
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a5c554cf6e
commit
63b10738b2
2 changed files with 11 additions and 18 deletions
|
|
@ -15,7 +15,6 @@
|
|||
self,
|
||||
stripJavaArchivesHook,
|
||||
tomlplusplus,
|
||||
version,
|
||||
zlib,
|
||||
|
||||
msaClientID ? null,
|
||||
|
|
@ -28,7 +27,7 @@ assert lib.assertMsg (
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "prismlauncher-unwrapped";
|
||||
inherit version;
|
||||
version = self.shortRev or self.dirtyShortRev or "unknown";
|
||||
|
||||
src = nix-filter.lib {
|
||||
root = self;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue