From 1dc872cc223622b18b53903784f166cfcd31e52c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 31 Dec 2022 01:30:45 +0000 Subject: [PATCH] Update rpi4.nix --- systems/rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/rpi4.nix b/systems/rpi4.nix index e1349cd..7c1d7fa 100644 --- a/systems/rpi4.nix +++ b/systems/rpi4.nix @@ -3,7 +3,7 @@ { imports = [ - "${fetchTarball "https://github.com/NixOS/nixos-hardware/archive/936e4649098d6a5e0762058cb7687be1b2d90550.tar.gz" }/raspberry-pi/4" + # ./programs.nix ];