diff options
author | Akshay <[email protected]> | 2020-10-07 06:24:31 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-07 06:24:31 +0100 |
commit | 2ba414fc1bc372eecc33f3d30801e6b356792cbc (patch) | |
tree | 680458d18620785ac0307b113ac647595af6ba38 /default.nix | |
parent | 67a5885d54fed9580b6ceee321f4077e7ac431fb (diff) |
add version info to nix builds
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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 | ||