Search
8 results for “wentasah”
-
@wentasah My solution after same and / or similar problems:
use the following in my #configurationdotnix #nixconfiguration
configuration.nix
file:
services.printing.enable = true;
services.printing.drivers = [pkgs.brlaser];with additionally the lines in the image below:
Complete configuration.nix is listed here
https://pastebin.com/SCNv2c3h
see lines 78-158feedback welcome !!
-
The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. https://github.com/lopsided98/nix-ros-overlay/pull/824
-
The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. https://github.com/lopsided98/nix-ros-overlay/pull/824
-
The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. https://github.com/lopsided98/nix-ros-overlay/pull/824
-
The biggest PR (112 commits) to #nix #ROS overlay just merged.🎉 Fixes 186 ROS packages for compatibility with CMake 4 and GCC 15. Many fixes submitted upstream. https://github.com/lopsided98/nix-ros-overlay/pull/824
-
Do you develop #ROS 2 applications in #Rust with #r2r? In the new release, you can enjoy simplified parameter handling via #[derive(RosParams)] macro. AFAIK this is the easiest way to work with ROS parameters ever. https://github.com/sequenceplanner/r2r#080---2023-10-05