Hello I am trying to build an xmonad project for my nixos instance however my build fails with the following: error: builder for '/nix/store/ywg7ak59j3vda84j3fq63qc7ny4b622z-xmonad-contrib-0.18.0.9.drv' failed with exit code 1; last 20 log lines: > Running phase: setupCompilerEnvironmentPhase > Build with /nix/store/1axdm2calisg4kybpqzd8z2zvs770js0-ghc-9.6.6. > Running phase: unpackPhase > unpacking source archive /nix/store/mkzmi5rii7bh9bfg9w02gbc9hwrcjhgw-source > source root is source > Running phase: patchPhase > Running phase: compileBuildDriverPhase > setupCompileFlags: -package-db=/build/tmp.p2UpKQm6un/setup-package.conf.d -threaded > [1 of 2] Compiling Main ( Setup.lhs, /build/tmp.p2UpKQm6un/Main.o ) > [2 of 2] Linking Setup > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > configureFlags: --verbose --prefix=/nix/store/jxqibv24slamgxjd28ijagyqmgg17l37-xmonad-contrib-0.18.0.9 --libdir=$prefix/lib/$compiler/lib --l ibsubdir=$abi/$libname --docdir=/nix/store/0aihhi1k6a8achmw6gy4dl09ljq905k2-xmonad-contrib-0.18.0.9-doc/share/doc/xmonad-contrib-0.18.0.9 --with-gcc=g cc --package-db=/build/tmp.p2UpKQm6un/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profili ng --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable- tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable- stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/i5afycwh0kw99g4ba0nqrwn9g8nfcf6l-ncurses-6.4.20221231/lib --extra-lib-dirs=/nix/store/sxrw nsyznfirkcycynqj81gb78dih7ch-libffi-3.4.6/lib --extra-lib-dirs=/nix/store/mrng9g2gcz22sidv311wqia4wpd65q78-elfutils-0.191/lib --extra-lib-dirs=/nix/st ore/gyidy3nyhj2z359wv45df31061681n60-gmp-with-cxx-6.3.0/lib > Using Parsec parser > Configuring xmonad-contrib-0.18.0.9... > CallStack (from HasCallStack): > withMetadata, called at libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:368:14 in Cabal-3.10.3.0:Distribution.Simple.Utils > Error: Setup: Encountered missing or private dependencies: > xmonad >=0.18.0 && <0.19 > For full logs, run 'nix log /nix/store/ywg7ak59j3vda84j3fq63qc7ny4b622z-xmonad-contrib-0.18.0.9.drv'. I know according to the github site it should build with nix but since I only did an nix flake update and after that it failed to build. any ideas how to fix this? I am working on nixpkgs-unstable and I am using the github:xmonad/xmonad flake as an input for my nixos config