From e92121efd59770e0d3b99ffd0d593df4f8c3a0a5 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Mon, 6 Sep 2021 12:18:54 -0500 Subject: [PATCH] fix: add meta.description to kiele numtide/devshell grabs this value for it's motd --- nix/kiele.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/kiele.nix b/nix/kiele.nix index 3b21a04c7..327e75814 100644 --- a/nix/kiele.nix +++ b/nix/kiele.nix @@ -81,4 +81,5 @@ stdenv.mkDerivation { ln -s ${lib.getLib iele-check}/lib/kiele/check $out/lib/kiele ''; passthru = { inherit iele-assemble iele-check iele-interpreter iele-vm; }; + meta.description = "A cli tool for interactig with iele"; }