mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18: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;
|
||||
} // args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue