12 Aug 2021 |
David Arnold (blaggacao) | (this gives you the patched version that is needed for updates only) | 20:31:18 |
David Arnold (blaggacao) | once the lockfile is created, all commands work except updates. | 20:32:08 |
@d4hines:matrix.org | So what is the process then to do the switch? nix shell ... ? | 20:33:30 |
@d4hines:matrix.org | (The flake update command worked btw!) | 20:34:13 |
David Arnold (blaggacao) | well, with that, you can enter the devshell which has some breadcrumbs... | 20:54:33 |
David Arnold (blaggacao) | nix develop | 20:54:43 |
ultranix | what is bud? | 20:55:27 |
David Arnold (blaggacao) | bud is your buddy: https://github.com/divnix/bud | 20:55:51 |
David Arnold (blaggacao) | it can be used to create your own cli tool | 20:56:13 |
David Arnold (blaggacao) | and there is a home sucommand which might (eventually) | 20:56:46 |
David Arnold (blaggacao) | * and there is a home sucommand which might (eventually) work: https://github.com/divnix/bud/blob/main/scripts/hm-home.bash | 20:57:01 |
David Arnold (blaggacao) | (I haven't come around to test it yet properly) | 20:57:40 |
David Arnold (blaggacao) | * and there is a home sucommand which might (eventually) work: https://github.com/divnix/bud/blob/main/scripts/hm-home.bash d4hines | 20:57:55 |
David Arnold (blaggacao) | here is an example of how to amend bud: https://github.com/divnix/devos/tree/main/bud | 20:58:36 |
@kraftnix:matrix.org | In reply to @ultranix:matrix.org by the way, nur is referenced as an output on master but there's no input for it maybe something in nur, or elsewhere was broken, I cloned your repo and couldn't nix shell until I just ran nix flake update and now it's at least pulling down stuff from cache, why don't you give that a go? | 20:58:45 |
David Arnold (blaggacao) | (bud can use any writer, not only bash. so nothing inhibits using rust or python etc) | 20:59:34 |
@kraftnix:matrix.org | i've been meaning to write a bud wrapper for agenix secrets integration, I have a mini bash script for it already | 21:01:08 |
@kraftnix:matrix.org | but then you added easy to run integrated qemu-vm host testing and now i've lost 3 days to writing tests for all the things! | 21:01:36 |
@kraftnix:matrix.org | also ultranix doing the full update might have fixed an issue for now but I'm running into the issue the others were discussing before (the nix patch issue) | 21:03:48 |
@kraftnix:matrix.org | In reply to @timdeh:matrix.org
yep:
error: builder for '/nix/store/2hazs71krc2dkcc6qh6iq2cf46h7a4bm-nix-2.4pre20210802_47e96bb.drv' failed with exit code 1;
last 10 log lines:
> Hunk #6 succeeded at 496 (offset 8 lines).
> Hunk #7 succeeded at 512 (offset 8 lines).
> Hunk #8 succeeded at 531 (offset 8 lines).
> 1 out of 8 hunks FAILED -- saving rejects to file src/libexpr/flake/flake.cc.rej
> patching file src/libexpr/flake/flake.hh
> Hunk #2 succeeded at 124 (offset 4 lines).
> patching file src/libfetchers/fetchers.hh
> patching file src/libfetchers/path.cc
> patching file tests/flakes.sh
> Hunk #2 succeeded at 686 (offset -56 lines).
For full logs, run 'nix log /nix/store/2hazs71krc2dkcc6qh6iq2cf46h7a4bm-nix-2.4pre20210802_47e96bb.drv'.
this issue specficially | 21:04:34 |
ultranix | kraftnix: just nix shell ? | 21:05:57 |
ultranix | that doesnt seem to work for me anywhere, with a fresh clone of devos | 21:06:12 |
@kraftnix:matrix.org | In reply to @blaggacao:matrix.org Can you try nix develop github:divnix/digga --command nix flake update hoho, this fixes that | 21:06:13 |
ultranix | nix shell leads to error: flake 'git+file:///home/tgunnoe/src/nixos' does not provide attribute 'packages.x86_64-linux.defaultPackage.x86_64-linux', 'legacyPackages.x86_64-linux.defaultPackage.x86_64-linux' or 'defaultPackage.x86_64-linux' , devos doesnt have those attributes | 21:07:24 |
David Arnold (blaggacao) | I wanted to make a gift to all of us on the occasion of 16 of august... https://github.com/serokell/deploy-rs/pull/114/commits/848359431e4d919e93918f946a0f89800ad17a28 | 21:07:54 |
ultranix | ah well its not a package | 21:07:55 |
David Arnold (blaggacao) | but....: error: cannot connect to 'root@[fe80::47%eno1]/mnt' | 21:08:26 |
@kraftnix:matrix.org | apologies, i said nix shell before but its meant to be nix develop | 21:08:37 |
@kraftnix:matrix.org | and I'm still getting that nix patch issue 😢 | 21:09:45 |
ultranix | aah | 21:11:58 |