Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created September 22, 2017 02:13
Show Gist options
  • Save infinisil/90c057f111311d8b1402b0d5bdcf169a to your computer and use it in GitHub Desktop.
Save infinisil/90c057f111311d8b1402b0d5bdcf169a to your computer and use it in GitHub Desktop.
nixpkgs.overlays = [
(self: super: {
anything = super.callPackage (super.fetchFromGitHub {
owner = "ralith";
repo = "riot-electron-nix";
fetchSubmodules = true;
rev = "ec1f0e61ee6822791e57b91b679e93d2c38ec56c";
sha256 = "0mnvh88cvygwvirijmva60jxc9yqdmnm65ba563n7djycj2afvrv";
}) {};
foobar = super.writeScript "hi" "echo hi";
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment