Results 32 comments of Paul Schyska

Blocking me, too. I can't reproduce it but it happened when somehow referring to dependencies in an [optimized nix store](https://nixos.wiki/wiki/Storage_optimization), which uses hard-links.

@trespasserw Can you please take a look into this? It still prevents using IntelliJ properly with nix store optimisation: ``` 2023-11-07 13:50:23,823 [ 6407] WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - table error:...

Still an issue in 2023.2.4, plugin version 1.1.0.46. It's annoying as hell as it happens all the time, and I have a constantly blinking icon in the ide 🙂 As...

> ```nix > x > ``` This defines localSystem, crossSystem and pkgs on `nixpkgs.config.*`, but they are supposed to go onto `nixpkgs.*`. As far as I can tell, `nixpkgs.pkgs` should...

@gytis-ivaskevicius I've done some experiments, and commenting out https://github.com/gytis-ivaskevicius/flake-utils-plus/blob/master/lib/mkFlake.nix#L147 led to the system build picking up the relevant options (e.g. setting nixpkgs.pkgs to `inputs.nixpkgs.legacyPackages.x86_64-linux.pkgsCross.aarch64-multiplatform` led to it using cross compilation,...

I think I might have figured targeted cross compilation out: ```flake.nix { … pkgsCrossAargh64 = import nixpkgs { localSystem = "x86_64-linux"; crossSystem = "aarch64-linux"; overlays = sharedOverlays; }; channels.cross.input =...

> that looks great! If I understand correctly nix will evaluate this and query the caches even on a non-aarach64 host without binfmt emulation, correct? Sorry for the late reply;...

> Not sure why it built `grafana-aarch64-unknown-linux-gnu-9.3.1` though, I don't have any changes to that packages. Maybe `nix build` doesn't substitute the drv but just its dependencies? I just tried...

I noticed that `console=ttyAMA0,115200n8` in my kernel commandline (via sd-image.nix) breaks bluetooth. I had a number of dmesg lines about hc0, e.g. `hci0 command 0x0c03 tx timeout`. Removing the ttyAMA0...

@Majiir I'm afraid I can't. I switched to https://github.com/pftf/RPi4 and install nixos like on any other uefi system. I couldn't make the bluetooth controller appear in bluetoothctl any longer (the...