Daniel Kahlenberg

Results 51 comments of Daniel Kahlenberg

Friendly ping @terlar As of > wsl.exe -v WSL-Version: 2.0.9.0 Kernelversion: 5.15.133.1-1 WSLg-Version: 1.0.59 MSRDC-Version: 1.2.4677 Direct3D-Version: 1.611.1-81528511 DXCore-Version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows-Version: 10.0.19045.3570 ❯ cat /etc/wsl.conf [automount] enabled=true mountFsTab=false options=metadata,uid=1000,gid=100 root=/mnt...

Thank you so much, @terlar this now explains why I was able to even run >sudo -i /mnt/c/Windows/system32/wsl.exe -d wsl-vpnkit --cd /app ./wsl-vpnkit or just plain >/mnt/c/Windows/system32/wsl.exe -d wsl-vpnkit --cd...

Cannot reproduce on [522219248de4b5876f18e47f34d979dd9f4fcbdc](https://github.com/nix-community/NixOS-WSL/tree/522219248de4b5876f18e47f34d979dd9f4fcbdc) ```ShellSession $ nix flake metadata | grep nixos-wsl ├───nixos-wsl: github:nix-community/NixOS-WSL/522219248de4b5876f18e47f34d979dd9f4fcbdc $ rg -B 8 -A 3 docker-native nixos/base/nixoswsl.nix 17- wsl = { 18- enable = true;...

+1 Would also be interested in this. https://github.com/termux/termux-app/issues/899 Also: https://github.com/t184256/nix-on-droid/issues/56 Also: > You can try and play around with the `am` script available in standard termux installation. > > ```shell...

By contemplating about packaging [this](https://github.com/termux/termux-api-package/blob/master/scripts/termux-clipboard-set.in) I found also [this](https://github.com/Canop/termux-clipboard/blob/main/examples/fill-clipboard/main.rs) and built the latter in nix-on-droid, also installing the Termux:API apk. Still getting a `No such file (...)` error though.

@Gerschtli I did not yet install the scripts as I could not figure out how. Just the android app, not sufficient.

https://github.com/termux/termux-api-package is a cmake project so it should be doable for anyone interested. Following https://nixos.wiki/wiki/Cheatsheet#Reuse_a_package_as_a_build_environment I fetched the source locally and with default.nix listed there in the wiki started a...

Must have a fundamental misconception here as endian.h is still not found even with ndk-bundle in buildInputs.

@Julow awesome, thanks for figuring this out.