File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : {
You can’t perform that action at this time.
0 commit comments