change dev env, format rust

This commit is contained in:
andromeda
2026-03-05 21:00:18 +01:00
parent f52da82650
commit 846c54653b
2 changed files with 17 additions and 10 deletions

View File

@@ -31,7 +31,10 @@
};
};
devShells.${system}.default = pkgs.mkShell {
inputsFrom = [self.packages.${system}.default];
inputsFrom = [
self.packages.${system}.bootle
self.packages.${system}.bootler
];
};
};
}