Skip to content

Commit

Permalink
nix: Remove cargo-doc-live
Browse files Browse the repository at this point in the history
Seems broken.
  • Loading branch information
srid committed Oct 26, 2024
1 parent 84ded56 commit 4daebcb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 44 deletions.
5 changes: 0 additions & 5 deletions doc/mod.just
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ run:
# Do link checks on docs
check:
nix run .#linkCheck

# Run cargo docs server (live reloading)
[no-cd]
cargo:
cargo-doc-live
32 changes: 0 additions & 32 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
rust-flake.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
cargo-doc-live.url = "github:srid/cargo-doc-live";
cachix-push.url = "github:juspay/cachix-push";

# omnix-ci
Expand Down
1 change: 0 additions & 1 deletion nix/modules/flake-parts/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ in
cargo-expand
cargo-nextest
cargo-audit
config.process-compose.cargo-doc-live.outputs.package
# For when we start using Tauri
cargo-tauri
trunk
Expand Down
4 changes: 0 additions & 4 deletions nix/modules/flake-parts/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
{
imports = [
inputs.rust-flake.flakeModules.default
inputs.process-compose-flake.flakeModule
inputs.cargo-doc-live.flakeModule
];
perSystem = { config, self', pkgs, lib, ... }: {
cargo-doc-live.crateName = "omnix-gui";

rust-project = {
# See /crates/*/crate.nix for the crate-specific Nix configuration
crateNixFile = "crate.nix";
Expand Down

0 comments on commit 4daebcb

Please sign in to comment.