Skip to content

Commit

Permalink
rust-overlay follows holochain
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 30, 2024
1 parent a89ed73 commit e4f1b80
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
inputs = {
crane.url = "github:ipetkov/crane/109987da061a1bf452f435f1653c47511587d919";

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = { nixpkgs.follows = "nixpkgs"; };
};
nixpkgs.follows = "holochain/nixpkgs";

versions.url = "github:holochain/holochain?dir=versions/0_3_rc";

holochain = {
url = "github:holochain/holochain";
inputs.versions.follows = "versions";
};
rust-overlay.follows = "holochain/rust-overlay";
nixpkgs.follows = "holochain/nixpkgs";
};

nixConfig = {
Expand Down

0 comments on commit e4f1b80

Please sign in to comment.