feat: allow nix package version to be read from package.json (#1003)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (final: {
|
||||
pname = "airi";
|
||||
version = "0.8.0-alpha.6";
|
||||
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
|
||||
|
||||
src = ../.;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user