star64: remove unused flake input from README
This commit is contained in:
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"
|
||||
|
|
Loading…
Reference in a new issue