Skip to content

Instantly share code, notes, and snippets.

@srhb
Created March 30, 2018 10:58
Show Gist options
  • Save srhb/3c6df7b1009a333a6cfa40849f1fdb8d to your computer and use it in GitHub Desktop.
Save srhb/3c6df7b1009a333a6cfa40849f1fdb8d to your computer and use it in GitHub Desktop.
let
rev = "195620b77085a4e746db33894526116f9062086b";
in
import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz") {
overlays = [
(self: super: {
libaom = self.callPackage ./libaom.nix{ };
dtrx = self.callPackage ./dtrx.nix { };
})
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment