local cmd = require("cmd").cmd return function(line) cmd('nix develop -c "' .. line .. '"') end