DevOS | 37 Members | |
| Seeking help and geeking out together on https://github.com/divnix/devos & https://github.com/divnix/digga | 10 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Dec 2021 | ||
| Oh shoot, I was using poetry to keep track of my problem, but actually poetry's a special case it seems: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=poetry I miss a way to easily see the current version of all my packages like I had on Arch. Even better, a way to see what versions my packages are going to be updated to when I rebuild. Is there a way to have these? | 18:24:34 | |
| `nix-tree` can be useful for looking at relationships between derivations, but you can also use it to see versions | 19:59:02 | |
| `nvd` (iirc) is also useful for seeing version differences between closures | 19:59:23 | |
| Oh nice, thanks, that's super helpful! | 23:39:15 | |
| 23 Dec 2021 | ||
| Hey, I'm trying to pull the latest devos using the instructions here https://devos.divnix.com/start/ When I allow direnv to evaluate, or run nix-shell I get an infinite recursion error in the fresh devos folder | 08:52:11 | |
In reply to @reptarmigam:matrix.orgHey, there is an issue right now indeed: https://github.com/divnix/devos/issues/394 Until it is resolved, you can git clone the repo (the repo won't be bare but it'll work at least) | 10:38:10 | |
| Bud question, can I override the devshell category for the module? Right now, the category is devos, it's hardcoded: https://github.com/divnix/bud/blob/452ec18574b6e4d8b8a6aae9e190255d4c89768c/devshellModule.nix#L16 | 10:39:44 | |
| 11:37:51 | ||
| 21:43:58 | ||
| 26 Dec 2021 | ||
| 16:22:30 | ||
| Wooo! Trying to find this place is like trying to break in to Fort Knox! :O | 16:22:45 | |
| 17:31:10 | ||
| Has anyone seen this issue? https://github.com/divnix/devos/issues/406 ``` [nixos]$ bud rebuild thinkpad test error: unrecognised flag '--extra-experimental-features' ``` I'm having an awful time trying to fix it. Tried everything I can think of - running nix manually (both inside and outside of devshell) accepts the flag but for some reason I still get this error. :( | 17:38:42 | |
| I need to submit a few PRs for documentation changes actually - some things are the wrong way around - like: `bud <host> <command>` when it should be the other way around. I believe that syntax order is from the older flk command. :) | 17:39:56 | |
| chrisaw: does `sudo nixos-rebuild test —flake '.#thinkpad' work? | 19:53:37 | |
* chrisaw: does sudo nixos-rebuild test —flake '.#thinkpad' work? | 19:59:48 | |
| teutat3s: Yep, that looks to work. Any ideas how I can fix bud? :) | 21:03:23 | |
In reply to @cawilliamson:nixos.devTrue, the link in the readme needs an update after the switch to matrix.org | 21:23:39 | |
chrisaw: no I didn’t fix it here yet, either. Will try in the next couple days when I'm at the laptop and post here. It’s probably using the wrong nix version somehow | 21:25:38 | |
| 27 Dec 2021 | ||
In reply to @teutat3s:pub.solarI'll submit a pr tomorrow for the doc changes I've needed so far. I hope a maintainer is found for this stuff. It's not too bad right now but looks like it needs some time spent on the more BAU elements. | 00:20:59 | |
In reply to @teutat3s:pub.solarOhh right I've been meaning to request for the devos room to be added back to the nixos space, I just sent a message to grahamc. | 08:10:07 | |
| Please also don't forget to request an exemption to my ban for this room. | 14:08:33 | |
| * Please also don't forget to request an exemption to (the/his) ban for this room. | 14:10:11 | |
| * Please also don't forget to request an exemption to my ban for this room. | 14:11:39 | |
| (^^ long term ripple effects of poor judgement) | 14:13:09 | |
In reply to @blaggacao:matrix.orgYeah I'll try | 21:18:04 | |
| Also Idk whats up with the checks for this PR: https://github.com/divnix/devos/pull/403, nix flake check works fine on my system on that branch, but its failing on github actions | 21:18:42 | |
| 28 Dec 2021 | ||
| 06:44:06 | ||
| 06:44:27 | ||
| 29 Dec 2021 | ||
| I have a nix error but have no clue what it means:
| 09:33:00 | |