We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107875f commit 41bfc20Copy full SHA for 41bfc20
flake.nix
@@ -9,7 +9,7 @@
9
# mixing and matching branches.
10
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
11
# Pinned because deploying to rpi is slow as molasses due to SD card I/O being crap
12
- nixpkgs-for-rpi.url = "github:NixOS/nixpkgs/1306659b587dc277866c7b69eb97e5f07864d8c4";
+ nixpkgs-for-rpi.url = "github:NixOS/nixpkgs/cad22e7d996aea55ecab064e84834289143e44a0";
13
nixos-hardware.url = "github:NixOS/nixos-hardware";
14
15
flake-compat = {
0 commit comments