We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4133993 commit 093d261Copy full SHA for 093d261
flake.nix
@@ -5,7 +5,7 @@
5
flake-utils.url = "github:numtide/flake-utils";
6
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
7
foundry = {
8
- url = "github:shazow/foundry.nix/stable";
+ url = "github:shazow/foundry.nix/monthly";
9
inputs.flake-utils.follows = "flake-utils";
10
inputs.nixpkgs.follows = "nixpkgs";
11
};
0 commit comments