Releases: nix-community/raspberry-pi-nix
Releases · nix-community/raspberry-pi-nix
v0.4.1
What's Changed
- fix: deprecated
lib.cartesianProductofSets
by @Yash-Garg in #39 - Fix libcamera build by @tshakah in #42
- libcamera: add flake-check to binary-cache via buildbot by @SebTM in #45
- uboot: do not reference package if uboot disabled by @SebTM in #46
- uboot: add package option by @dorkeline in #51
- uboot: fix a pkgs.uboot use in the migration script i didnt catch by @dorkeline in #55
- migration: fix stray quote by @dorkeline in #54
- packages version bump by @adminy in #59
- fixes #63: don't use tag with + in it by @tstat in #64
- example: add pipewire by @SebTM in #68
- bump deps by @tstat in #73
- Allow empty base dtparams by @pta2002 in #74
- only mention rpi-kernels when overriding kernel by @tstat in #82
New Contributors
- @Yash-Garg made their first contribution in #39
- @tshakah made their first contribution in #42
- @SebTM made their first contribution in #45
- @dorkeline made their first contribution in #51
- @pta2002 made their first contribution in #74
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- The default boot process has changed to more closely follow Raspberry Pi OS, where the kernel is stored in the boot partition. Uboot is still available by setting
raspberry-pi-nix.uboot.enable = true
- A new kernel config option,
raspberry-pi-nix.board
, is required.bcm2711
andbcm2712
are supported. See the rpi docs to determine which value is appropriate for your board. - The repo has been moved to
nix-community
, and the kernels are pushed to thenix-community
cache - chore: bump libs & fix libcamera, fix upstream nixpkgs by @adminy in #23
- Add groups so udev rules work in parity with official rpi by @9gel in #25
- add example image to packages and CI by @tstat in #38
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Also dont use zstd for firmware compression by @MinerSebas in #22
New Contributors
- @MinerSebas made their first contribution in #22
Full Changelog: v0.3.1...v0.3.2