Sender | Message | Time |
---|---|---|
3 Jul 2025 | ||
https://github.com/swiftlang/swift-foundation-icu/blob/main/icuSources/i18n/dtptngen.cpp | 06:57:47 | |
In reply to @niklaskorz:matrix.orgWebKit has (or had) a copy. I got it from there. | 10:31:19 | |
That version is also behind the source release version. It’s ICU 74 while the 15.5 source release is 76.1. | 10:32:45 | |
How do you define dock using home-manager, looked at https://mynixos.com/search?q=dock? But seems to only be possible using systems.defaults ? | 16:46:46 | |
* How do you define dock using home-manager, looked at https://mynixos.com/search?q=dock? Seems to only be possible using systems.defaults ? | 16:47:33 | |
anything you can set using system.defaults in nix-darwin can be set using targets.darwin.defaults in home-manager | 16:51:22 | |
the fact that you're only seeing search results for nix-darwin means nix-darwin has typed options while home-manager does not | 16:51:46 | |
but you can set freeform keys and values | 16:51:58 | |
home-manager do? https://mynixos.com/search?q=autohide shows home-manager/option/targets.darwin.defaults."com.apple.dock".autohide but it's later down in list for that result | 16:53:25 | |
* home-manager do? https://mynixos.com/search?q=autohide shows home-manager/option/targets.darwin.defaults."com.apple.dock".autohide but it's later down in list for previous result | 16:54:52 | |
I also tried using targets.darwin.defaults, but dock isn't being changed when I restart laptop | 16:56:26 | |
https://github.com/nix-darwin/nix-darwin/blob/e04a388232d9a6ba56967ce5b53a8a6f713cdfcf/modules/system/defaults/dock.nix#L172 Do I have to maybe define tile data manually? | 17:14:01 | |
It works defining tile data manually | 17:23:06 | |
Here's how I did it | 17:28:53 | |
*
Here's how I added items to dock using home-manager | 17:29:15 | |
Hmm yeah. I don't think I went back and ported that logic to home manager. I had just been using nix-darwin for all my macos customization, at the time... | 17:40:47 | |
Might do that later | 17:40:54 | |
emily and i had talked about trying to find a good way to centralize the logic though for all the darwin stuff instead of having to copy stuff around.. | 17:42:32 | |
21:15:47 | ||
Redacted or Malformed Event | 21:17:22 | |
Redacted or Malformed Event | 21:18:13 | |
4 Jul 2025 | ||
06:14:38 | ||
Download shell.nix | 07:49:33 | |
Download linker-error.txt | 07:49:35 | |
Hello there, we are using Nix in our uni course team project, because the supervisor can't be bothered to provide a workable dev environment for his students to use. It's essentially "it works for me - you might need to install some stuff". "some stuff" is some pretty insane customized libraries in c++ cruft relating to cryptography. With the help of chatgpt and my limited knowledge about nix, we we able to piece together a shell.nix that works perfectly for both of us Linux users, but the user on MacOS user always gets a weird linker error when compiling with cmake. I would be very thankful if someone here could hint me at the right direction why this fails | 07:50:11 | |
* Hello there, we are using Nix in our uni course team project, because the supervisor can't be bothered to provide a workable dev environment for his students to use. It's essentially "it works for me - you might need to install some stuff". "some stuff" is pretty insane customized c++ libraries relating to cryptography. With the help of chatgpt and my limited knowledge about nix, we we able to piece together a shell.nix that works perfectly for both of us Linux users, but the user on MacOS user always gets a weird linker error when compiling with cmake. I would be very thankful if someone here could hint me at the right direction why this fails | 07:50:59 | |
* Hello there, we are using Nix in our uni course team project, because the supervisor can't be bothered to provide a workable dev environment for his students to use. It's essentially "it works for me - you might need to install some stuff". "some stuff" is pretty insane customized c++ libraries relating to cryptography. With the help of chatgpt and my limited knowledge about nix, we we able to piece together a shell.nix that works perfectly for both of us Linux users, but the user on MacOS always gets a weird linker error when compiling with cmake. I would be very thankful if someone here could hint me at the right direction why this fails. | 07:52:52 | |
I should also note that we had the same approach for earlier crypto projects in the same course, and they had simpler shell.nix files which curiously worked even on MacOS. Of course judging from the linker error, he is using a newer ARM Mac, and i guess it has to do with the fact that we on linux are compiling with gcc while he is compiling with clang, but since it worked with simpler shell.nix's, i don't really know where to start | 07:58:51 | |
* I should also note that we had the same approach for earlier crypto projects in the same course, and they required simpler shell.nix files which curiously worked even on MacOS. Of course judging from the linker error, he is using a newer ARM Mac, and i guess it has to do with the fact that we on linux are compiling with gcc while he is compiling with clang, but since it worked with simpler shell.nix's, i don't really know where to start | 07:59:13 | |
I ran this with my local nixpkgs instance | 08:07:38 |