Fixed typo in README.md
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user