Fixed typo in README.md

This commit is contained in:
Matty Willoughby
2022-06-16 00:57:40 +08:00
parent c6d2c0ed56
commit a4b2311998

View File

@@ -10,8 +10,8 @@ An example flake based system config with `boot.loader.raspberryPi` and `nixos-h
{ {
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "github:mattywillo/linux_rpi4_rt-nix"; nixos-hardware.url = "github:NixOS/nixos-hardware";
rpi4_rt.url = "github:this/url"; rpi4_rt.url = "github:mattywillo/linux_rpi4_rt-nix";
}; };
outputs = { self, nixpkgs, nixos-hardware, rpi4_rt }: { outputs = { self, nixpkgs, nixos-hardware, rpi4_rt }: {
nixosConfigurations.rpi = nixpkgs.lib.nixosSystem { nixosConfigurations.rpi = nixpkgs.lib.nixosSystem {