Skip to content

Instantly share code, notes, and snippets.

@grahamc
Last active May 20, 2017 12:15
Show Gist options
  • Save grahamc/6955855a19c254788738cb9d584c90f5 to your computer and use it in GitHub Desktop.
Save grahamc/6955855a19c254788738cb9d584c90f5 to your computer and use it in GitHub Desktop.
trace' = x: builtins.trace x x;
sbtix = import
(pkgs.fetchgit (trace'
(removeAttrs
(builtins.fromJSON
(builtins.readFile ./jsons/sbtix.json)
)
[ "date" "fetchSubmodules" ]
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment