Skip to content
Snippets Groups Projects

Update dependencies 2025-02

Merged Florian Sesser requested to merge update-2025-02 into main
4 files
+ 83
59
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -14,7 +14,7 @@ let
# haskell.nix provides access to the nixpkgs pins which are used by their CI,
# hence you will be more likely to get cache hits when using these.
# But you can also just use your own, e.g. '<nixpkgs>'.
haskellNix.sources.nixpkgs-2111 haskellNix.nixpkgsArgs;
haskellNix.sources.nixpkgs-2411 haskellNix.nixpkgsArgs;
in
pkgs.haskell-nix.project {
src = pkgs.haskell-nix.haskellLib.cleanGit {
Loading