star64: remove unused flake input from README

This commit is contained in:
Francesco Gazzetta 2023-08-09 12:55:30 +02:00 committed by Jörg Thalheim
parent f61352cf80
commit ca062b3e6c
1 changed files with 1 additions and 1 deletions

View File

@ -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"