aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-10 07:27:32 +0100
committerAkshay <[email protected]>2020-10-10 07:27:32 +0100
commit3d194541cab8bcdf2780b3bd51bd66cc8a6c6c72 (patch)
treea40686e0013be5d5bfcd024b73bb6850145578e4
parent797aaa5d86b3ce107c6f801d0545ea42835490de (diff)
-rw-r--r--default.nix4
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
3in 3in
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