Commit graph

105 commits

Author SHA1 Message Date
Travis Staton
35bb455fde
Merge pull request #39 from Yash-Garg/patch-1
fix: deprecated `lib.cartesianProductofSets`
2024-08-01 08:23:29 -07:00
Yash Garg
4f3e27caae
fix: deprecated lib.cartesianProductofSets 2024-07-29 18:41:39 +05:30
Travis Staton
be1defc74e
Merge pull request #38 from nix-community/example-config-check
add example image to packages and CI
2024-07-27 10:37:01 -04:00
Travis Staton
4ecdee4572 update readme 2024-07-27 10:35:45 -04:00
Travis Staton
0dfdbce026 add example image to packages and CI 2024-07-27 10:14:13 -04:00
Travis Staton
953aca9361 add flake checks
flatten kernel attrset in order to adhere to flake spec
2024-07-26 20:51:21 -04:00
Travis Staton
336a0cf070 remove outdated comment 2024-07-26 09:07:18 -04:00
Travis Staton
3375c37c2c restrict board options 2024-07-26 08:50:52 -04:00
Travis Staton
cc48d16dd4 update board doc with better link 2024-07-26 08:45:21 -04:00
Travis Staton
02b119708c Remove default board, requiring the user to specify 2024-07-26 08:44:48 -04:00
Travis Staton
b4ad649630
Merge pull request #25 from 9gel/rpi-groups
Add groups so udev rules work in parity with official rpi
2024-07-08 17:10:44 -04:00
Travis Staton
c92bd86e0a
Merge pull request #23 from adminy/upgrade-with-fixes
chore: bump libs & fix libcamera, fix upstream nixpkgs
2024-07-08 17:09:00 -04:00
adminy
25b88136ac chore: undo backlight 2024-06-28 09:37:03 +01:00
adminy
196c7f8e4b chore: build latest kernel 2024-06-28 07:53:31 +01:00
adminy
caed11b1f6 chore: remove error silencing 2024-06-25 00:12:11 +01:00
Travis Staton
4001188615 remove package comment 2024-06-24 09:26:37 -04:00
Travis Staton
16d872085f Avoid tags with + in them due to parsing bug
https://github.com/NixOS/nix/issues/6688
2024-06-24 09:24:34 -04:00
Travis Staton
4f517c83bf use final when appropriate 2024-06-24 09:21:22 -04:00
Travis Staton
7f3a320cc0 fix clobbering of all but one board per version 2024-06-24 09:20:26 -04:00
Travis Staton
f0c963957b remove overrideDerivation
It wasn't fully applied and it isn't necessary for these overrides anyway
2024-06-24 09:18:51 -04:00
Nigel Choi
f1bf6b9d9b Add groups so udev rules work in parity with official rpi 2024-06-24 21:16:30 +08:00
Travis Staton
50e36bf86a fix version lookup 2024-06-24 09:13:52 -04:00
Travis Staton
9113306d60 run nixpkgs-fmt 2024-06-24 09:11:22 -04:00
adminy
b027897628 fix: fix targets for flake, add kernel 6.6.34 2024-06-23 16:43:11 +01:00
adminy
57a532319e chore: undo dtparams, improve kernel building code 2024-06-23 02:00:09 +01:00
adminy
aa99f3a2dd chore: downgrade u-boot to stable release 2024-06-23 00:02:04 +01:00
adminy
b9c9972ec6 chore: return to stable versions, undo compression, fix libcamera version 2024-06-22 23:49:48 +01:00
adminy
4240bff280 chore: no double caching, compression now supported 2024-06-22 16:32:44 +01:00
adminy
48bb6ed6fb chore: remove unused 2024-06-19 01:06:36 +01:00
adminy
5024cc20e2 add my kernel build cache url 2024-06-19 00:32:04 +01:00
adminy
c2388c307b chore: bump libs & fix libcamera, fix upstream nixpkgs 2024-06-18 23:58:46 +01:00
Travis Staton
6045de5f79 default uboot to false 2024-06-17 18:56:27 -04:00
Travis Staton
f3eb50ea39 expose more packages 2024-06-17 18:56:27 -04:00
Travis Staton
d77a2ae4ed optionally pin all inputs 2024-06-17 18:56:27 -04:00
Travis Staton
1570501aba
Merge pull request #22 from MinerSebas/zstd-compressionn
Also dont use zstd for firmware compression
2024-06-16 19:38:30 -04:00
MinerSebas
8a633100aa Also dont use zstd for firmware compression 2024-06-16 16:40:53 +02:00
Travis Staton
26d6ba2a91 remove references to unpinned kernel 2024-05-21 09:29:02 -04:00
Travis Staton
cf9500ba4c bump flake 2024-05-14 18:10:43 -04:00
Travis Staton
bacb0f119a add pin-kernel option 2024-05-13 22:03:05 -04:00
Travis Staton
e858a137fd bump rpi sources 2024-05-13 21:55:55 -04:00
Travis Staton
8fc9cbd3e4 pin kernel 2024-05-13 21:55:43 -04:00
Travis Staton
b39b556e8a
Merge pull request #12 from tstat/pi-5
Add rpi-5 compatibility
2024-03-19 09:38:49 -04:00
Travis Staton
9405f0c18a init script bash 2024-03-18 22:02:20 -04:00
Travis Staton
bc745f7dc1 document new options 2024-03-18 20:46:27 -04:00
Travis Staton
adf670acf2 don't hardcode root partition uuid 2024-03-18 20:28:46 -04:00
Travis Staton
462167cc93 add udev rules 2024-03-18 20:28:46 -04:00
Travis Staton
19a8570ec9 booting 2024-03-18 20:28:46 -04:00
Travis Staton
b1ac1e98cd readme tweak 2024-02-22 10:17:49 -05:00
Travis Staton
7f3e7cca31 docs 2024-02-22 10:13:12 -05:00
Travis Staton
75c155b9af
Merge pull request #10 from RCMast3r/master
adding cachix usage blurb to readme
2024-02-22 09:54:58 -05:00