mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
star64: remove unused flake input from README
This commit is contained in:
committed by
Jörg Thalheim
parent
f61352cf80
commit
ca062b3e6c
@@ -8,7 +8,7 @@ Create and configure the `flake.nix` file:
|
|||||||
inputs.nixos-hardware.url = "github:nixos/nixos-hardware";
|
inputs.nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||||
|
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-hardware, flake-utils, ... }:
|
outputs = { self, nixpkgs, nixos-hardware, ... }:
|
||||||
let
|
let
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user