diff --git a/README.md b/README.md index d7d3507a..8ae6b21f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ the following: ```nix { description = "NixOS configuration with flakes"; - inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + inputs.nixos-hardware.url = "github:NixOS/nixos-hardware"; outputs = { self, nixpkgs, nixos-hardware }: { # replace with your actual hostname diff --git a/hardkernel/odroid-m1/README.md b/hardkernel/odroid-m1/README.md index cb94bd9c..18bc0cfa 100644 --- a/hardkernel/odroid-m1/README.md +++ b/hardkernel/odroid-m1/README.md @@ -11,7 +11,7 @@ To create an initial SD card image for installation: { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixos-hardware.url = "github:nixos/nixos-hardware/master"; + nixos-hardware.url = "github:nixos/nixos-hardware"; }; outputs = { self, nixpkgs, nixos-hardware }: rec { nixosConfigurations.m1 = nixpkgs.lib.nixosSystem { @@ -81,7 +81,7 @@ flake: { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixos-hardware.url = "github:nixos/nixos-hardware/master"; + nixos-hardware.url = "github:nixos/nixos-hardware"; }; outputs = { nixpkgs, nixos-hardware, ... }: { nixosConfigurations.m1 = nixpkgs.lib.nixosSystem {