Results 662 comments of milahu

https://www.brighteon.com/222a7acb-8286-40c1-8546-6bc5c437439e 2025-06-08 Brighteon Broadcast News ## EMERGENCY UPDATE: California insurrection is just one small part of a planned CIVIL WAR to overthrow America Health Ranger Report - Emergency Sunday Edition...

shit is hitting the fan (SHTF) financial collapse, financial reset, the great reset, meltup, hyperinflation usa versus china, rare earths, tariffs, trade wars, production outsourced to china https://www.brighteon.com/bf329ca5-e668-4904-b7a6-44cdf3fdb8d6 2025-10-17 Brighteon...

yes, this is on nixos linux, see my [tbselenium.nix](https://github.com/milahu/nur-packages/raw/master/pkgs/python3/pkgs/tbselenium/default.nix) selenium seems to use `$tbb_browser_dir` as `$HOME` hence `$tbb_browser_dir/.tor project/` on linux, the torbrowser firefox profile is stored in `~/.tor project/firefox/xxxxxxxx.default/`...

+1 for #69 fixme: attributes like `gradleBuildFlags` or `gradleInstallFlags` should have no effect on the `mavenRepo` derivation todo: split building and linking into 2 derivations so once i have the...

in `nix/build-maven-repo.nix` it would be nice to have [glob](https://github.com/pdtpartners/globset/blob/4e21c96ab1259b8cd864272f96a8891b589c8eda/default.nix#L93) patterns (or [regex](https://nix.dev/manual/nix/2.18/language/builtins#builtins-match) patterns) for override names ``` override = overrides.${path} or lib.id; moduleOverrides = overrides.${id} or { }; ``` because...

> error: qtermwidget.h: No such file or directory i fixed this by setting `include-dirs` in the [tool.sip.bindings.name](https://python-sip.readthedocs.io/en/latest/pyproject_toml.html#bindings-sections) section of `pyproject.toml` in [qtermwidget.nix](https://github.com/milahu/nur-packages/blob/6ec4ec8ab7fda1294b6605beb98be20a2da3f56f/pkgs/development/python-modules/qtermwidget/default.nix#L23) ```sh cat >>pyproject.toml

does this help? `rm ~/.nix-portable/conf/last_auto_runtime` found via `NP_DEBUG=10`

still an issue builders can create `~/.nix-portable/emptyroot/homeless-shelter` by running `mkdir $HOME` i noticed this while building `rqbit` quickfix ``` rm -rf ~/.nix-portable/emptyroot/homeless-shelter ```

use case: [download SVN repo over rsync from sourceforge.net](https://sourceforge.net/p/forge/documentation/rsync%20Backups/) example: currently this fails due to server timeout after 330 seconds (5m30s) ``` rsync --recursive --info=progress2 svn.code.sf.net::p/jdownloader-svn-mirror-milahu/code/ jdownloader/ ```

[popcorn-desktop/yarn.lock](https://github.com/popcorn-official/popcorn-desktop/raw/development/yarn.lock) is part of the repo i want to build `node_modules` from `yarn.lock` directly, not via `yarn.lock.nix`