Use nestedFormFor IHP branch

This commit is contained in:
Marc Scholten 2023-04-16 15:54:34 +02:00
parent bc358f8835
commit 7c10c7ae63
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
let let
ihp = builtins.fetchGit { ihp = builtins.fetchGit {
url = "https://github.com/digitallyinduced/ihp.git"; url = "https://github.com/digitallyinduced/ihp.git";
rev = "113ce378747ce129f293d5cef504acbb3bca44ca"; rev = "c049d0e3f0f1c7fcc80f275b8307446ece00bcf0";
}; };
haskellEnv = import "${ihp}/NixSupport/default.nix" { haskellEnv = import "${ihp}/NixSupport/default.nix" {
ihp = ihp; ihp = ihp;