mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24:50 +03:00
Allow more arguments to default.nix
This commit is contained in:
parent
d81905b261
commit
b3024a43a6
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{ nixpkgs ? <nixpkgs>, overlays ? [] }@args: import nixpkgs {
|
{ nixpkgs ? <nixpkgs>, overlays ? [], ... }@args: import nixpkgs {
|
||||||
overlays = [ (import ./overlay.nix) ] ++ overlays;
|
overlays = [ (import ./overlay.nix) ] ++ overlays;
|
||||||
} // args
|
} // args
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue