diff --git a/nixide/src/flake/locked_flake.rs b/nixide/src/flake/locked_flake.rs index b0be32e..caf58b8 100644 --- a/nixide/src/flake/locked_flake.rs +++ b/nixide/src/flake/locked_flake.rs @@ -157,8 +157,7 @@ mod tests { .build() .unwrap(); - // let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display())) // DEBUG - let flakeref = FlakeRefBuilder::new(format!("{}#subthing", tmp_dir.path().display())) + let flakeref = FlakeRefBuilder::new(format!("path:{}#subthing", tmp_dir.path().display())) .build() .unwrap();