mirror of
https://github.com/callumio/nish.git
synced 2025-12-18 11:59:21 +00:00
fix: remove debug command
This commit is contained in:
parent
0e3dc2cc29
commit
21ee9030ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue