| 21 Nov 2025 |
raitobezarius | it's the work chat :p | 19:56:22 |
Blastboom Strice | Yeah makes sense | 19:56:37 |
Yureka (she/her) | no chit-chat allowed in zulip | 19:57:36 |
raitobezarius | that 1984 emoji is amazing :D | 19:58:35 |
Blastboom Strice | Its a text reply lol | 19:58:46 |
Yureka (she/her) | Redacted or Malformed Event | 19:58:50 |
Blastboom Strice | * Its a text reaction lol | 19:59:25 |
iqubic (she/her) | So, I'm trying to update my system and I'm getting this warning:
trace: warning: This Lix NixOS module is being built against a Lix with a
major version (got 2.95.0-pre20251121-dev_b707403) other than the one the
module was designed for (expecting 2.94). Some downstream
packages like nix-eval-jobs may be broken by this. Consider using a
matching version of the Lix NixOS module to the version of Lix you are
using.
My configs are shown here: https://github.com/IQubic/nixos-config/blob/main/flake.nix#L7
| 21:43:35 |
iqubic (she/her) | How can I fix this? | 21:43:39 |
iqubic (she/her) | I also have modules = [ inputs.lix-module.nixosModules.default ] in my config a bit further down. | 21:44:34 |
just1602 | If you're not using lix on main, you should probably switch away from the module to nix.package = lixPackageSets.latest.lix in your config | 21:47:19 |
just1602 | If you're running main, nix flake update or whatever you use to pin / update your inputs should do the job. | 21:47:43 |
iqubic (she/her) | I am using Lix on main. | 21:48:00 |
iqubic (she/her) | I think... | 21:48:04 |
iqubic (she/her) | What does that actually mean? | 21:48:08 |
just1602 | You build the latest commit when you update your system? | 21:48:21 |
just1602 | * You build the latest commit of the main branch when you update your system? | 21:48:28 |
iqubic (she/her) | I do, yeah. | 21:48:29 |
just1602 | Then just doing nix flake update should do it, jade merge my PR where I update the module on main to fix this warning. | 21:50:09 |
iqubic (she/her) | Running nix flake update seems to have fixed my issues! Thanks! | 21:50:11 |
| 22 Nov 2025 |
| 𐑤𐑰𐑯𐑨 changed their display name from Lyna to 𐑤𐑰𐑯𐑨. | 00:33:15 |
| @slate-module:arcticfoxes.net left the room. | 02:47:38 |
| Manaf joined the room. | 15:51:50 |
Sofie 🏳️⚧️ (she/her) | with nix-portable, I run to this error constantly? It only resolves with removing that SQLite db and rerunning the command. It works for that and after that, it brakes again.
Warning: error: SQLite database '/home/sofie.halenius/.cache/nix/eval-cache-v5/1949a4522cacf242ae0214bb74551b06a8e090aa1bd5dea2d29d82433hade202.sqlite" is busy
| 17:58:42 |
Sofie 🏳️⚧️ (she/her) | * with nix-portable, I run to this error constantly? It only works after removing that SQLite db and rerunning the command. It works for that and after that, it brakes again.
Warning: error: SQLite database '/home/sofie.halenius/.cache/nix/eval-cache-v5/1949a4522cacf242ae0214bb74551b06a8e090aa1bd5dea2d29d82433hade202.sqlite" is busy
| 17:59:12 |
Sofie 🏳️⚧️ (she/her) | I also have changed it to use Lix | 17:59:51 |
Sofie 🏳️⚧️ (she/her) | 🥰 | 17:59:54 |
jlc | Anyone know the correct way to have filechoosers (dolphin in my case) have the ability to see/use mimetypes? I have a a lot of mimetypes working in my app-launcher a-ok after setting them in my home.nix, but if I spawn a filebrowser and say, try to open a .txt file, instead of immediately going to my editor, my chooser asks me what to use each time, and doesn't have any kind of persistent memory for what associations I'd made before.
Should I use xdg.mimeApps.defaultApplicationPackages and specify dolphin as a package?
| 18:07:59 |
jlc | * Anyone know the correct way to have filechoosers (dolphin in my case) have the ability to see/use/add to mimetypes? I have a a lot of mimetypes working in my app-launcher a-ok after setting them in my home.nix, but if I spawn a filebrowser and say, try to open a .txt file, instead of immediately going to my editor, my chooser asks me what to use each time, and doesn't have any kind of persistent memory for what associations I'd made before.
Should I use xdg.mimeApps.defaultApplicationPackages and specify dolphin as a package?
| 18:11:10 |
K900 | This should work out of the box, unless you're doing HM things | 18:11:49 |