add nix
All checks were successful
Clang-format Check / clang-format-check (push) Successful in 18s
Tests Check / test-check (push) Successful in 2m20s

This commit is contained in:
Timofey Khoruzhii 2023-05-12 19:34:40 +03:00
parent d71806a941
commit 41c8f0c633

View file

@ -0,0 +1,5 @@
local cmd = require("cmd").cmd
return function(line)
cmd('nix develop -c "' .. line .. '"')
end