mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Automatically use my nixpkgs fork by default.
This commit is contained in:
parent
fc0e28b3cd
commit
cc9a1d3e00
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue