Sender | Message | Time |
---|---|---|
21 Dec 2021 | ||
Another unrelated question.
But after I | 14:59:46 | |
In reply to @Sweenu:matrix.orgI played with devos + nix-on-droid a few months ago and did have a few issues but never got to the bottom of it as i ran out of cell reception on the train which stopped my experimentation. I don't see why you can't at least do home/user configurations on nix-on-droid | 15:12:55 | |
In reply to @Sweenu:matrix.orgwhat packages are "from an old commit" of nixpkgs? how are you checking/verifying? is your flake.lock updated to a recent commit as expected? | 15:14:39 | |
Thanks for your answers! I'm checking with poetry. On my machine it is at version 1.10 but as you can see here https://github.com/NixOS/nixpkgs/blame/master/pkgs/development/python-modules/poetry/default.nix#L27 it's been updated to 1.12 17 days ago. I checked the flake.lock and the Here's my full flake.nix: https://gist.github.com/sweenu/a432ff3feb9b55375f328c49a61860db | 15:20:16 | |
* kraftnix: Thanks for your answers! I'm checking with poetry. On my machine it is at version 1.10 but as you can see here https://github.com/NixOS/nixpkgs/blame/master/pkgs/development/python-modules/poetry/default.nix#L27 it's been updated to 1.12 17 days ago. I checked the flake.lock and the Here's my full flake.nix: https://gist.github.com/sweenu/a432ff3feb9b55375f328c49a61860db | 17:12:14 | |
so I can't see anything particularly wrong with your flake, but since I don't have the rest of the repo I can only make assumptions as to how it's set up and how you are trying to use poetry, especially since I can't see the flake.lock file in the gist. do you have many nixpkg inputs in your lockfile? is the issue isolated to poetry or across all packages? otherwise you might be hitting the follows + direnv bug that has been mentioned recently above (that has also affected me) as you don't have any anti-corruption layer (see devos' flake.nix ) | 20:57:28 | |
In reply to @kraftnix:matrix.orgSame problem with firefox which stays at 95.0.1 instead of 95.0.2. I tried adding the corruption layer, but it didn't work more. Here's the flake.lock: https://gist.github.com/sweenu/9969fdd5aaaf5f5a72fa7a12f8312f09 | 21:29:18 | |
well one thing I notice is your latest input is using a nixos-unstable commit from Nov 29th (8a308775674e178495767df90c419425474582a1 ), so if you have overrides/overlays or you are using the latest channel then it will give old version. you may want to set digga.inputs.latest.follows to the nixpkgs master branch or just to nixos to be the same as your regular input. Otherwise the only thing I can think is have you tried deleting your lockfile and regenerating it? | 22:21:36 | |
Redacted or Malformed Event | 22:41:08 | |
kraftnix: Thank you for your help, I modified latest to follow nixos like the rest and after a nix flake update I get:
Everything but | 22:43:39 | |
22 Dec 2021 | ||
Could it be the way I rebuild? sudo nixos-rebuild --flake (pwd)#(hostname) switch | 18:12:57 | |
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 |