Skip to content

Commit

Permalink
fix foundry monthly snapshot issue (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf authored Jan 16, 2024
1 parent 71af766 commit 2a41806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
foundry = {
url = "github:shazow/foundry.nix/monthly";
# TODO: https://github.com/foundry-rs/foundry/pull/6806 to be merged
url = "github:shazow/foundry.nix/ad6182c16c85a3303cb97ecd37086b034510a302";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down

0 comments on commit 2a41806

Please sign in to comment.