diff --git a/flake.nix b/flake.nix
index 3278945db8d8d4044cd8759326407ba64bb94612..842d19e8e1e5ab1c639eabfbb2b317ee9b30aa48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,7 @@
         hsPkgs = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) {
           buildHaskellPackages = pkgs.haskell.packages.ghc942;
           configurationCommon = {pkgs, haskellLib}: self: super: { };
+          configurationNix = {pkgs, haskellLib}: self: super: { };
           ghc = pkgs.haskell.compiler.ghc942;
           haskellLib = pkgs.haskell.lib.compose;
           initialPackages = import ./overlay.nix;