nix-ros-overlay staging branch has been renamed to develop

This commit is contained in:
Igor Brylyov 2023-09-22 12:20:51 +03:00
parent 7f811376e5
commit dfba9f83dc

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=master"; nixpkgs.url = "github:NixOS/nixpkgs?ref=master";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
ros-flake.url = "github:lopsided98/nix-ros-overlay?ref=staging"; ros-flake.url = "github:lopsided98/nix-ros-overlay?ref=develop";
}; };
outputs = { self, nixpkgs, ros-flake, flake-utils }: outputs = { self, nixpkgs, ros-flake, flake-utils }: