Skip to content

Commit

Permalink
Merge pull request #400 from obsidiansystems/km-bump-reflex-platform
Browse files Browse the repository at this point in the history
Bump reflex-platform
  • Loading branch information
ali-abrar authored Apr 2, 2019
2 parents cf74ee2 + 3a70d28 commit 86872fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ system ? builtins.currentSystem
, profiling ? false
, iosSdkVersion ? "10.2"
, __useLegacyCompilers ? false
}:
let
cleanSource = builtins.filterSource (name: _: let baseName = builtins.baseNameOf name; in !(
Expand All @@ -16,9 +15,8 @@ let
openssh
];

getReflexPlatform = getReflexPlatform' __useLegacyCompilers;
getReflexPlatform' = __useLegacyCompilers: sys: import ./dep/reflex-platform {
inherit iosSdkVersion __useLegacyCompilers;
getReflexPlatform = sys: import ./dep/reflex-platform {
inherit iosSdkVersion;
system = sys;
enableLibraryProfiling = profiling;

Expand Down Expand Up @@ -112,7 +110,7 @@ let
];
};

reflex-platform = getReflexPlatform' false system;
reflex-platform = getReflexPlatform system;
inherit (reflex-platform) hackGet nixpkgs;
pkgs = nixpkgs;

Expand Down
6 changes: 3 additions & 3 deletions dep/reflex-platform/github.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "reflex-frp",
"repo": "reflex-platform",
"branch": "hydration",
"rev": "d4b1dcfa6d2795e612b9a4d89c40467afb9fad9d",
"sha256": "0wqcvmsivhk9h30p8fmwwp10qn8l8mwfxishpxpxwprc1kh4dbc4"
"branch": "develop",
"rev": "f86e8363ab1a5068b8419a61856e1aefea952bb0",
"sha256": "1f5qhrkj9h07j5xzw8s10x0r7b19vbh8j9z9lbzy23yxwmj78y7f"
}

0 comments on commit 86872fa

Please sign in to comment.