DevOS | 33 Members | |
| Seeking help and geeking out together on https://github.com/divnix/devos & https://github.com/divnix/digga | 10 Servers |
| Sender | Message | Time |
|---|---|---|
| 26 Dec 2021 | ||
* 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 | |
| * I have a nix error but have no clue what it means:
And I'm getting the following nix error: I have this error only on this file because I use self.vars.username several times, otherwise it works. I could just put everything under home-manager.users but I'd like to understand what the problem is.
| 09:33:10 | |
| * I have a nix error but have no clue what it means:
And I'm getting the following nix error: I have this error only on this file because I use self.vars.username several times, otherwise it works. I could just put everything under home-manager.users but I'd like to understand what the problem is. | 09:33:17 | |
In my flake.nix's outputs I have vars = import ./vars.nix; and vars.nix is a simple set with some variables that I use across my repo | 09:34:46 | |
| * I have a nix error but have no clue what it means:
And I'm getting the following nix error: I have this error only on this file because I use self.vars.username several times, otherwise it works. I could just put everything under home-manager.users but I'd like to understand what the problem is. | 09:45:58 | |
In reply to @pachumicchu:myrdd.infoThat PR is using full paths (i.e. /home/yada_yada) in the flake.nix so those may be causing problems. | 09:52:16 | |
In reply to @Sweenu:matrix.orgI guess Nix isn't able to infer that "${self.vars.username}" is equal to "${self.vars.username}" in this case, so the shortcut syntax for nested sets doesn't kick in. then at runtime it turns into trying to assign both { programs.alacritty = ...; } and { programs.tmux = ...; } to the same attribute, hence the error | 10:05:20 | |
In reply to @lourkeur:nixos.devI see, thank you. I found the related issue: https://github.com/NixOS/nix/issues/916. It's confusing that it wouldn't work for a beginner like me. Unless you understand the behind the scenes of what nix does, you couldn't imagine that this isn't supported by nix and is not an error of your making. Anyway, thanks! | 10:50:51 | |
In reply to @cawilliamson:nixos.devIs that still there? I thought that was addressed. idk if I'm missing it but looking over the PR I don't see any full paths anymore. | 19:42:46 | |
In reply to @pachumicchu:myrdd.infoThey were in flake.nix last time I looked but may have been removed now. :) | 19:43:21 | |
| 20:56:39 | ||
| I got the CI to work on one commit, then after a rebase it failed again. So I just gave up and merged it. I'm fairly certain its a cache issue. | 22:13:09 | |
| 30 Dec 2021 | ||
| 00:46:09 | ||
| 20:03:17 | ||
| 20:03:49 | ||
| 20:05:38 | ||