Automatically use my nixpkgs fork by default.

This commit is contained in:
Ben Wolsieffer 2020-01-13 12:07:13 -05:00
parent fc0e28b3cd
commit cc9a1d3e00

View file

@ -1,3 +1,4 @@
{ nixpkgs ? <nixpkgs>, overlays ? [], ... }@args: import nixpkgs {
{ nixpkgs ? builtins.fetchTarball "https://github.com/lopsided98/nixpkgs/archive/nix-ros.tar.gz"
, overlays ? [], ... }@args: import nixpkgs {
overlays = [ (import ./overlay.nix) ] ++ overlays;
} // args