Bjørn Forsman
Bjørn Forsman
This will prevent the first query after cache expiration from taking a long time.
This allows aborting the deploy with Ctrl-C. Fixes #5.
I followed README.md and got to this step (but no further): ``` $ nixops deploy -d hydra building all machine configurations... error: The option `services.hydra' defined in `/home/bfo/forks/hydra-tutorial/hydra-network.nix' does not...
In nix-user-chroot-1.0.3 one can use bwrap inside nix-user-chroot[1], but this stopped working in v1.1.0 (and later). I git bisected it to https://github.com/nix-community/nix-user-chroot/commit/6288562e9d057d0600661b256332cc6b52e488d6 being the bad commit. [1] I wrote a...
I needed to use `nix-copy-cloure` to a machine that didn't/couldn't have a system-wide nix install. That requires having a `nix-store` binary in $PATH for non-interactive login shells. I wrote a...
I'd like a command-line option to specify the bind address, as I want to run this on localhost / 127.0.0.1.
Hi, It seems the latest release (v6.1) is from 2019 and it is getting quite old. Downstreams like https://github.com/nixos/nixpkgs have been shipping master branch snapshots for years. How about making...
RoboMachine fails to build in https://github.com/nixos/nixpkgs ever since pyparsing was upgraded from 2.4.7 to 3.0.6 (due to some tests failing): ``` [...] ERROR: test_generate_random_with_variable_resolving_problem (robomachine.test.robomachina_test.TestTestGeneration) ---------------------------------------------------------------------- Traceback (most recent call...
Was it intentional to have both '0.7' and 'v0.7' tags in repo? ``` $ git tag 0.2 0.5 0.6 0.7 v0.7 ``` I was expecting the next tag to be...
It's Eurovision Song Contest tonight, so I had to hack a bit in IncludeOS :-) Commits: - nix: specify config and overlays when importing nixpkgs - nix: create a new...