Skip to content

Commit

Permalink
cnix: fix develop call
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 17, 2024
1 parent 70aff8d commit 21cd7a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devenv/src/cnix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ impl<'a> Nix<'a> {
replace_shell,
..self.options
};
let mut full_args = vec!["develop"];
full_args.extend_from_slice(args);
self.run_nix_with_substituters("nix", &full_args, &options)
.await
self.run_nix_with_substituters("nix", &args, &options).await
}

pub async fn dev_env(&mut self, json: bool, gc_root: &PathBuf) -> Result<Vec<u8>> {
Expand Down

0 comments on commit 21cd7a7

Please sign in to comment.