Skip to content

Commit 7712970

Browse files
committed
Update splices-load-save.nix to fix ghc 8.6.5
1 parent d77247a commit 7712970

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{ nixpkgsFunc ? import ./nixpkgs
22
, system ? builtins.currentSystem
33
, config ? {
4-
android_sdk.accept_license = true;
4+
# Accept license to build android apps
5+
#android_sdk.accept_license = true;
56
}
67
, enableLibraryProfiling ? false
78
, enableExposeAllUnfoldings ? true
@@ -29,10 +30,9 @@ let
2930
splices-load-save-nix = nixpkgs.fetchFromGitHub {
3031
owner = "obsidiansystems";
3132
repo = "splices-load-save.nix";
32-
rev = "2ec45a6382e1a09fb13531ad8af1ffca596458b3";
33-
sha256 = "sha256-gSO+46bnyvFCG6fT5uLSSqUSfN+8t7pQnS2NBUlaRrM=";
33+
rev = "5f8c1cea99ca6a8a871c7bdd26b709b59efa0534";
34+
sha256 = "sha256-4TusDSv4tQOLtfuDZnfJrdg41MXGx6+mOzl6NwycRxY=";
3435
};
35-
3636
splices-src = import splices-load-save-nix { pkgs = nixpkgs; };
3737
# Overlay for GHC which supports the external splices plugin
3838
splicesEval = self: super: {

0 commit comments

Comments
 (0)