Skip to content

possible to use outside nixos? #7

@unhammer

Description

@unhammer
$ head -1 /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"

$ nix profile add github:rti/nixwrap#wrap

$ wrap -unbad -f echo
bwrap: Can't find source path /etc/static/ssl: No such file or directory

$ sudo mkdir -p /etc/static/ssl

$ wrap -unbad -f echo
bwrap: Can't find source path /home/me//home/me/.Xauthority: No such file or directory

$ touch /home/me//home/me/.Xauthority
touch: cannot touch '/home/me//home/me/.Xauthority': No such file or directory

$ touch /home/me/.Xauthority

$ wrap -unbad -f echo
bwrap: Can't find source path /home/me//home/me/.Xauthority: No such file or directory

at this point I gave up :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions