mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Add release.nix
This commit is contained in:
parent
2e0da79bf9
commit
dcf98d1cb0
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ overlays ? [] }@args: import <nixpkgs> {
|
||||
{ nixpkgs ? <nixpkgs>, overlays ? [] }@args: import nixpkgs {
|
||||
overlays = [
|
||||
(import ./base.nix)
|
||||
(import ./overlay.nix)
|
||||
|
|
3
release.nix
Normal file
3
release.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ nixpkgs ? <nixpkgs>, nix-ros-overlay ? ./., distro }:
|
||||
|
||||
(import nix-ros-overlay { inherit nixpkgs; }).rosPackages."${distro}"
|
Loading…
Add table
Add a link
Reference in a new issue