Skip to content

Commit

Permalink
Rename nix derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT committed May 7, 2024
1 parent b9bc8a9 commit 63318c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ rec {
} // {
conway = stdenv.mkDerivation {
inherit (locales) LANG LC_ALL LOCALE_ARCHIVE;
pname = "docs";
version = "0.1";
pname = "conway-formal-spec";
version = "0.9";
src = "${formalLedger}";
meta = { };
buildInputs = [ agdaWithDeps latex ];
Expand Down

0 comments on commit 63318c6

Please sign in to comment.