mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
release.nix: Don't try to access absolute paths
This fixes the following error reported by Hydra: error: access to absolute path '/lib' is forbidden in restricted mode
This commit is contained in:
parent
a31e29ac73
commit
894271ba89
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ let
|
|||
};
|
||||
in
|
||||
{ nixpkgs ? lockedNixpkgs, nix-ros-overlay ? ./., distro ? null }:
|
||||
with import (nixpkgs + /lib);
|
||||
let
|
||||
releasePackages = mapAttrs (_: a: removeAttrs a [
|
||||
releasePackages = builtins.mapAttrs (_: a: removeAttrs a [
|
||||
"lib"
|
||||
"python"
|
||||
"python3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue