Skip to content

Commit

Permalink
Update skeleton.nix to use thunk src
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Jul 23, 2019
1 parent ee9f222 commit 2124296
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions skeleton-test.nix
@@ -1,11 +1,8 @@
{ reflex-platform }:

let
skeletonSrc = reflex-platform.nixpkgs.fetchFromGitHub {
owner = "ElvishJerricco";
repo = "reflex-project-skeleton";
rev = "d1cf6b26a9aa08b192e3e81ae07a4ba00064d6d2";
sha256 = "05a3rq4ar77fpwl05z7niz025lp5wrwxzzz804jvwkamvyjxsyf2";
skeletonSrc = reflex-platform.nixpkgs.fetchFromGitHub (builtins.fromJSON (builtins.readFile ./examples/project/reflex-project-skeleton/github.json))
// {
fetchSubmodules = false; # Not interested in its reflex-platform checkout
};

Expand Down

0 comments on commit 2124296

Please sign in to comment.