mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +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";
|
||||
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware, flake-utils, ... }:
|
||||
outputs = { self, nixpkgs, nixos-hardware, ... }:
|
||||
let
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
|
||||
Reference in New Issue
Block a user