Move version string to a central file.
parent
7e3bdb3e78
commit
7a8cb12a8a
|
@ -116,7 +116,7 @@ let
|
|||
|
||||
in stdenv.mkDerivation {
|
||||
pname = "noisicaa";
|
||||
version = "0.1";
|
||||
version = lib.strings.fileContents ./VERSION;
|
||||
|
||||
src = gitignoreSource ./.;
|
||||
|
||||
|
|
Loading…
Reference in New Issue