Skip to content

Instantly share code, notes, and snippets.

@PyroLagus
Created September 12, 2019 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PyroLagus/5e70845a32c1e078fbde9e17380b9d8f to your computer and use it in GitHub Desktop.
Save PyroLagus/5e70845a32c1e078fbde9e17380b9d8f to your computer and use it in GitHub Desktop.
self: super:
{
userPackages = super.userPackages or {} // {
# My packages
inherit (self) direnv nix-prefetch-github powershell;
# url = https://github.com/target/lorri/archive/rolling-release.zip;
# git ls-remote https://github.com/target/lorri
lorri = import (super.fetchFromGitHub {
owner = "target";
repo = "lorri";
rev = "d3e452ebc2b24ab86aec18af44c8217b2e469b2a";
sha256 = "07yf3gl9sixh7acxayq4q8h7z4q8a66412z0r49sr69yxb7b4q89";
}) {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment