mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Pin rosdistro version and package the script to be usable without nix develop
Now the script works without updating rosdep, i.e., fetching the database from the Internet.
This commit is contained in:
parent
411bd08ac8
commit
3698df8fe6
4 changed files with 114 additions and 6 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -79,7 +79,24 @@
|
|||
"nixpkgs": [
|
||||
"nix-ros-overlay",
|
||||
"nixpkgs"
|
||||
]
|
||||
],
|
||||
"rosdistro": "rosdistro"
|
||||
}
|
||||
},
|
||||
"rosdistro": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1724605071,
|
||||
"narHash": "sha256-Aj43AvXYn8etRXhyDc1RwJXV0g37NilmduevcYrcaZY=",
|
||||
"owner": "ros",
|
||||
"repo": "rosdistro",
|
||||
"rev": "bab0a532400c16d89606a8c7fb450f26e6028745",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ros",
|
||||
"repo": "rosdistro",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue