From fb5cfc5d9ce852d617c677a197447d6be89c1b0e Mon Sep 17 00:00:00 2001 From: Christopher William Schankula Date: Thu, 19 Sep 2024 11:02:17 -0400 Subject: [PATCH] change IHP to newest main --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 624da5f..d8ab697 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - ihp.url = "github:digitallyinduced/ihp/v1.3"; + ihp.url = "github:digitallyinduced/ihp"; nixpkgs.follows = "ihp/nixpkgs"; flake-parts.follows = "ihp/flake-parts"; devenv.follows = "ihp/devenv";