From e7513ab17335a16375117706c22ee682cf197c38 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Sat, 11 Mar 2023 12:44:25 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 336a7f5..e1a9cbf 100644 --- a/README.md +++ b/README.md @@ -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 }: