From a4b231199897fb75a4715d2f70c97a948238a28d Mon Sep 17 00:00:00 2001 From: Matty Willoughby Date: Thu, 16 Jun 2022 00:57:40 +0800 Subject: [PATCH] Fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32968c7..13eeac8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ An example flake based system config with `boot.loader.raspberryPi` and `nixos-h { inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; - nixos-hardware.url = "github:mattywillo/linux_rpi4_rt-nix"; - rpi4_rt.url = "github:this/url"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; + rpi4_rt.url = "github:mattywillo/linux_rpi4_rt-nix"; }; outputs = { self, nixpkgs, nixos-hardware, rpi4_rt }: { nixosConfigurations.rpi = nixpkgs.lib.nixosSystem {