diff options
Diffstat (limited to 'Omni/Bild.nix')
-rw-r--r-- | Omni/Bild.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix index a7c4e32..fdfa3b8 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -4,7 +4,7 @@ let constants = import ./Bild/Constants.nix; # expose some attrs from stable, keep this minimal and simple - stable = let stable = nixpkgs.nixos-24_05; + stable = let stable = nixpkgs.nixos-24_11; in { inherit (stable) sources lib makeWrapper ccacheStdenv haskell sbcl python312 nixos mkShell @@ -142,7 +142,7 @@ let buildPhase = '' mkdir -p $out/bin $out/lib/ghc-$ghcVersion cp -r \ - ${self.haskell.ghcPackageSetFull}/lib/ghc-$ghcVersion/package.conf.d \ + ${self.haskell.ghcPackageSetFull}/lib/ghc-$ghcVersion/lib/package.conf.d \ $out/lib/ghc-$ghcVersion ghc \ -threaded \ |