Skip to content

Commit

Permalink
Add rust-overlay to flake.lock and flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis committed Oct 2, 2024
1 parent 6e24262 commit f789d4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
17 changes: 12 additions & 5 deletions flake.lock

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

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

Check warning on line 5 in flake.nix

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (nixpkgs)

Check warning on line 5 in flake.nix

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (nixpkgs)
systems.url = "github:nix-systems/default";
rust-overlay.url = "github:oxalica/rust-overlay";

Check warning on line 7 in flake.nix

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (oxalica)
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
rust-flake.url = "github:juspay/rust-flake";
rust-flake.inputs.nixpkgs.follows = "nixpkgs";
rust-flake.inputs.rust-overlay.follows = "rust-overlay";
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
cargo-doc-live.url = "github:srid/cargo-doc-live";

Expand Down

0 comments on commit f789d4b

Please sign in to comment.