aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-07 06:24:31 +0100
committerAkshay <[email protected]>2020-10-07 06:24:31 +0100
commit2ba414fc1bc372eecc33f3d30801e6b356792cbc (patch)
tree680458d18620785ac0307b113ac647595af6ba38
parent67a5885d54fed9580b6ceee321f4077e7ac431fb (diff)
add version info to nix builds
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index e9cf4fe..ec38017 100644
--- a/default.nix
+++ b/default.nix
@@ -4,7 +4,7 @@ in
4 with pkgs; 4 with pkgs;
5 stdenv.mkDerivation rec { 5 stdenv.mkDerivation rec {
6 name = "scientifica"; 6 name = "scientifica";
7 version = "v0.1.0"; 7 version = "v2.1";
8 src = ./src; 8 src = ./src;
9 buildInputs = [ fontforge python3 xorg.mkfontdir ]; 9 buildInputs = [ fontforge python3 xorg.mkfontdir ];
10 10