Add back NixOS hardware, possibly for testing Pis in the future

This commit is contained in:
Bun 2025-05-21 21:15:32 -04:00
parent 81a49a9e77
commit 493001ab76
2 changed files with 18 additions and 0 deletions

View file

@ -21,6 +21,8 @@
};
# Hardware specific
hardware.url = "github:NixOS/nixos-hardware";
jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "unstable";