diff options
author | Akshay <[email protected]> | 2020-10-10 07:27:32 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-10 07:27:32 +0100 |
commit | 3d194541cab8bcdf2780b3bd51bd66cc8a6c6c72 (patch) | |
tree | a40686e0013be5d5bfcd024b73bb6850145578e4 | |
parent | 797aaa5d86b3ce107c6f801d0545ea42835490de (diff) |
-rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ec38017..7dd9d53 100644 --- a/default.nix +++ b/default.nix | |||
@@ -3,8 +3,8 @@ let | |||
3 | in | 3 | in |
4 | with pkgs; | 4 | with pkgs; |
5 | stdenv.mkDerivation rec { | 5 | stdenv.mkDerivation rec { |
6 | name = "scientifica"; | 6 | name = "curie"; |
7 | version = "v2.1"; | 7 | version = "v1.0"; |
8 | src = ./src; | 8 | src = ./src; |
9 | buildInputs = [ fontforge python3 xorg.mkfontdir ]; | 9 | buildInputs = [ fontforge python3 xorg.mkfontdir ]; |
10 | 10 | ||