mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Add flake-compat
This commit is contained in:
parent
b36f2108fa
commit
3ad25643a0
3 changed files with 26 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
inputs.nix-ros-overlay.url = "github:lopsided98/nix-ros-overlay/master";
|
||||
inputs.nixpkgs.follows = "nix-ros-overlay/nixpkgs";
|
||||
inputs.rosdistro = { url = "github:ros/rosdistro"; flake = false; };
|
||||
inputs.flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
|
||||
|
||||
outputs =
|
||||
{ nixpkgs, flake-utils, nix-ros-overlay, ... } @ inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue