fix: remove debug command

This commit is contained in:
Callum Leslie 2024-09-10 20:40:41 +01:00
parent 0e3dc2cc29
commit 21ee9030ee
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -32,7 +32,6 @@ fn preprocess(s: &str) -> Result<Installable, String> {
#[tokio::main] #[tokio::main]
async fn main() -> Result<(), runix::default::NixCommandLineRunError> { async fn main() -> Result<(), runix::default::NixCommandLineRunError> {
let cli = Args::parse(); let cli = Args::parse();
dbg!(&cli.pkgs);
Shell { Shell {
flake: FlakeArgs::default(), flake: FlakeArgs::default(),
eval: EvaluationArgs::default(), eval: EvaluationArgs::default(),