Daniel Kahlenberg

Results 102 comments of Daniel Kahlenberg

https://github.com/randomnetcat/gradle2nix/commit/34d9f694ea02049075fa56800465d429d35553a8 seems to solve this but then I hit https://github.com/mindstorms6/gradle2nix/issues/4 again.

# Steps using [Troubleshooting](https://github.com/dorssel/usbipd-win/wiki/Troubleshooting) so far ``` # non-admin pwsh winget uninstall usbipd-win winget install --interactive --exact dorssel.usbipd-win -v 3.1.0 # this worked so far but has firewall rule warning...

@dorssel `wsl --distribution NixOS-Groundtruth --user root --cd / --exec /run/current-system/sw/bin/cat /sys/devices/platform/vhci_hcd.0/status` >hub port sta spd dev sockfd local_busid hs 0000 004 000 00000000 000000 0-0 hs 0001 004 000 00000000...

what happened they try to conceal ? just asking bc using cachix myself.

Try with [session-init](https://github.com/search?q=repo%3Anix-community%2Fnix-on-droid%20nix-on-droid-session-init.sh&type=code) in the wrapper, something like: ``` . /data/data/com.termux.nix/files/usr/etc/profiles/per-user/nix-on-droid/etc/profile.d/nix-on-droid-session-init.sh ```

In failsafe session getting: >sh: /data/data/com.termux.nix/files/usr/usr/lib/login-inner: can't execute: Permission denied 126|:/data/data/com.termux.nix/files/home $

With `~/.ssh/environment` ``` PATH=/data/data/com.termux.nix/files/usr/etc/profiles/per-user/nix-on-droid/bin:"$PATH" ``` and `PermitUserEnvironment yes` in sshd_config both on deploy target I get thus far that a `nix-store --serve --write` process is spawned there by `nix shell...

Repeating `deploy` states: ```shell $ nix shell nixpkgs#deploy-rs --command deploy -s .#sams9__x86_64-linux -- --impure 🚀 â„šī¸ [deploy] [INFO] Evaluating flake in . 🚀 â„šī¸ [deploy] [INFO] The following profiles are...