Add orgzly shell

This commit is contained in:
Charlotte Van Petegem 2023-05-15 18:43:33 +02:00
parent d7fa6cf7fa
commit a2dc92cade
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 51 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, inputs }: pkgs.devshell.mkShell {
{ pkgs, inputs, ... }: pkgs.devshell.mkShell {
name = "Tap";
imports = [ "${inputs.devshell}/extra/language/ruby.nix" ];
commands = [