Blake North

Results 84 comments of Blake North
trafficstars

这个问题对我来说非常重要,如果能在某个时候实现 SAF,我将不胜感激。将应用程序备份到内部存储也是一个安全问题,因为应用程序可以访问通常无法访问的数据。 (免责声明:本文由翻译撰写) --- (original) This issue is very important to me, and I would appreciate it if SAF could be implemented at some point. Backing up apps to internal...

I asked @GaetanLepage how to add vim plugins to nixpkgs and apparently it's not that hard, but when I followed these steps (linked later) to try submitting a PR, I...

https://github.com/NixOS/nixpkgs/pull/312410 a PR has been made :white_check_mark:

Yeah, I'd be interested to learn how. I'll send you a message later!

I manually set `boot.loader.generic-extlinux-compatible.enable` to false with lib.mkForce to avoid the second error, and now my pi won't boot :face_with_diagonal_mouth: I'm recovering it, with the main disk hooked up to...

Turns out [rpi-nix looks at the uboot option](https://github.com/nix-community/raspberry-pi-nix/blob/a993f0cd595ecc0836ca82640657527b934f9c9e/rpi/default.nix#L327-L328), and sets `boot.loader.generic-extlinux-compatible.enable` as well as `boot.loader.initScript.enable` automatically. [nixpkgs looks at `boot.loader.initScript.enable`](https://github.com/NixOS/nixpkgs/blob/5d151d4d94415f9f75b4e039b6707af46e5ba6dc/nixos/modules/system/boot/loader/init-script/init-script.nix#L46-L50) as its way of knowing whether to set this mysterious...

I'm not sure if I can salvage the boot disk, I'm going to rebuild it from scratch and copy files over. It's not that big of a deal because I've...

UPDATE: It's working now! I'm pretty sure the problem was that I had a really old eeprom version (from 2020). I think the eeprom I had wasn't compatible with booting...

> Looks like a conflict that involves [nixos-hardware](https://github.com/NixOS/nixos-hardware/blob/f17f79c796381b93e13a6d83580be780da8f9697/raspberry-pi/4/default.nix#L35) Ohhh! I didn't know nixos-hardware sets that. I should've checked my other inputs. This could be another good thing to add a...

I've encountered this one myself, can confirm.