[flake] more updates, this seems to try to build, at least no deps errors

parent ac611168
Pipeline #7534 failed with stages
in 14 minutes and 27 seconds
-- Generated by stack2cabal
-- index-state: 2023-12-10T10:34:46Z
--index-state: 2025-02-17T10:13:39Z
index-state: 2024-12-11T00:00:00Z
index-state: 2025-04-17T20:37:02Z
--index-state: 2024-12-11T00:00:00Z
with-compiler: ghc-9.6.6
optimization: 2
......@@ -169,11 +169,14 @@ source-repository-package
allow-newer: MissingH:base
, *:base
, *:bytestring
, crawlerHAL:*
, epo-api-client:http-client-tls
, openalex:http-client-tls
, iso639:aeson
, iso639:text
, llvm-hs:*
, llvm-hs-pure:*
, servant-ekg:hashable
, servant-ekg:servant
, servant-ekg:text
......
......@@ -228,7 +228,7 @@ constraints: any.Boolean ==0.2.4,
any.haskell-pgmq ==0.1.0.0,
any.haskell-src-exts ==1.23.1,
any.haskell-src-meta ==0.8.15,
any.haskell-throttle ==0.1.0.0,
any.haskell-throttle ==0.1.0.1,
any.hedgehog ==1.5,
any.hedis ==0.15.2,
hedis -dev,
......
This diff is collapsed.
......@@ -7,6 +7,9 @@
# WARNING: be sure that `nix --version` is greater or equal to 2.18,
# otherwise nix may not support some attributes used in flake.lock.
# nix build .#gargantext:lib:gargantext
# nix build .#gargantext:exe:gargantext
# For any input, one can:
# Update to the latest commit:
# nix flake lock --update-input nixpkgs
......@@ -18,7 +21,8 @@
# FIXME: update only once https://github.com/input-output-hk/haskell.nix/issues/2258
# has been fixed, otherwise accelerate-llvm will fail to install.
#haskell-nix.url = "github:input-output-hk/haskell.nix/a921f7340c0c1a561f0e743d4b07b8130ea5c5be";
haskell-nix.url = "github:input-output-hk/haskell.nix/nix-tools-0.2.9";
#haskell-nix.url = "github:input-output-hk/haskell.nix/nix-tools-0.2.9";
haskell-nix.url = "github:input-output-hk/haskell.nix";
# For trying to hit cache.iog.io one would have
# to follow haskell.nix's nixpkgs pinned version,
......@@ -203,8 +207,7 @@
removePackageYaml = src: pkgs.symlinkJoin {
name = "removePackageYaml-patched";
paths = [ src ];
#postBuild = "rm $out/package.yaml";
postBuild = "";
postBuild = "rm -f $out/package.yaml";
# Preserve rev for the inputMap
passthru.rev = src.rev;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment