tomberek

Results 245 comments of tomberek

btw: i like the test framework. Well done @grahamc ! ``` The following jobs failed: +--------------------------------------+-----------------------------+ | Job ID | Test File | +--------------------------------------+-----------------------------+ | EA504342-0849-11EC-ADE6-FBEAC307D883 | scripts/hydra-create-user.t | +--------------------------------------+-----------------------------+...

A temp solution is to just add --noSign to your nix-deploy call.

I was asking about the second option. I found where this is done, but currently it sets a blank content-type. I’ve tested hard coding it for my needs, but I...

I've been using this reliably for a while.

Can you hook into the musl builds of busybox that the NixOS bootstrap already uses?

just uploaded a recent musl toolchain to arm.cachix.org, should save an hour or two

Slightly less hacky: ``` { description = " description"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nix-bundle.url = "github:matthewbauer/nix-bundle"; }; outputs = { self, nixpkgs, nix-bundle }: { bundlers = {...

I find myself using things like this: ``` app_src = input : pkgs.stdenv.mkDerivation rec { name="share"; exec="bin/main"; src = input; buildCommand = '' source $stdenv/setup cp -rL $src/. $out/ chmod...

Looks like some assertions and docs for them. ``` gxlafabnlhrfgi-rustc-1.53.0-nightly-2021-04-25 /nix/store/clj6624lllrb8idc8i10mhgvpww9ysc4-radioscan-0.1.0 └───bin/radioscan: …ht == self.height - 1/nix/store/xwxhs0qa4vgv1c4njpisb532gj0mv455-rust-d> → /nix/store/xwxhs0qa4vgv1c4njpisb532gj0mv455-rust-default-1.53.0-nightly-2021-04-25 └───bin/rust-gdb -> /nix/store/c8vxmvwqyzp62wikc4gxlafabnlhrfgi-rustc-1.53.0-nightly-20> → /nix/store/c8vxmvwqyzp62wikc4gxlafabnlhrfgi-rustc-1.53.0-nightly-2021-04-25 ``` ``` [tom@t:~/office/rpgwaiter/basedcast]$ strings ./result/bin/radioscan |...