Skip to content

Instantly share code, notes, and snippets.

@Akii
Created July 27, 2018 12:51
Show Gist options
  • Save Akii/5cf7bc6cac72cd7c6e9308e50ceac028 to your computer and use it in GitHub Desktop.
Save Akii/5cf7bc6cac72cd7c6e9308e50ceac028 to your computer and use it in GitHub Desktop.
self: super:
let
versions = import ../versions.nix;
in
{
elescore = import (builtins.fetchGit {
url = https://github.com/Akii/elescore.git;
rev = versions.elescoreRev;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment