mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 08:59:41 +01:00
star64: remove unused flake input from README
This commit is contained in:
parent
f61352cf80
commit
ca062b3e6c
1 changed files with 1 additions and 1 deletions
|
@ -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