Move version string to a central file.

main
Ben Niemann 2021-11-02 00:43:55 +01:00
parent 7e3bdb3e78
commit 7a8cb12a8a
2 changed files with 2 additions and 1 deletions

1
VERSION 100644
View File

@ -0,0 +1 @@
0.1-pre-alpha

View File

@ -116,7 +116,7 @@ let
in stdenv.mkDerivation {
pname = "noisicaa";
version = "0.1";
version = lib.strings.fileContents ./VERSION;
src = gitignoreSource ./.;