This commit is contained in:
Travis Staton 2023-03-11 12:44:25 -05:00
parent b882977647
commit e7513ab173

View file

@ -24,7 +24,7 @@ and `rpi/config.nix`. The other modules are mostly wrappers that set
description = "raspberry-pi-nix example";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
raspberry-pi-nix = "github:tstat/raspberry-pi-nix";
raspberry-pi-nix.url = "github:tstat/raspberry-pi-nix";
};
outputs = { self, nixpkgs, raspberry-pi-nix }: