From 4e0674d7f1c41bb900a9c3ae388565abfb0eb69a Mon Sep 17 00:00:00 2001 From: Elec3137 Date: Fri, 13 Feb 2026 15:43:53 -0800 Subject: [PATCH] fix missing space in readme example flake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bcac88..ac2555b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ nixowos.cli.yt-dlp.extraConfig = "--extract-audio"; url = "git+https://codeberg.org/electria/nixowos"; flake = false; }; - }; + }; outputs = { nixpkgs, nixowos, ... }: {