From 16cc7647b48467b3febc6eb9ea781eb5c2356f1d Mon Sep 17 00:00:00 2001 From: "Miao, ZhiCheng" Date: Wed, 28 May 2025 12:24:15 +0300 Subject: [PATCH] switch to monthly foundry again --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 684bac20b9..fc72f6dc7c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ flake-utils.url = "github:numtide/flake-utils"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; foundry = { - url = "github:shazow/foundry.nix/stable"; + url = "github:shazow/foundry.nix/monthly"; inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; };