chore(deps): update nixpkgs to latest nixpkgs-unstable

This allows building TemplateHaskell with GHC 9.6+ via iserv-proxy.
This commit is contained in:
Wolfgang Walther
2026-04-19 13:16:55 +00:00
parent 1b74b93466
commit 051b4799de
11 changed files with 14 additions and 40 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ parser optPath env dbSettings roleSettings roleIsolationLvl =
| otherwise -> pure $ fromList schemas
where
schemas = splitOnCommas s
errMsg x = ("db-schemas does not allow schema: '" <> x <> "'")
errMsg x = "db-schemas does not allow schema: '" <> x <> "'"
parseSocketFileMode :: C.Key -> C.Parser C.Config FileMode
parseSocketFileMode k =