--impure flag at ros dev env

This commit is contained in:
Igor Brylyov 2024-04-15 08:08:41 +00:00
parent dd6fe64af1
commit d203eabcdb

View file

@ -30,7 +30,7 @@ ros-packages:
inherit:
default: [before_script, image]
script:
- cachix watch-exec robossembler -- nix develop .#ros -c echo "ROS environment is BUILT"
- cachix watch-exec robossembler -- nix develop .#ros --impure -c echo "ROS environment is BUILT"
perception-packages:
stage: build