From 51d67c0a5914605baf89a5a91861f72747dfe81b Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 10 Jun 2022 21:53:06 +0200 Subject: [PATCH] flake.nix: correct description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee48247..832c0a2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A very basic flake"; + description = "Build OpenWRT images in Nix derivations"; outputs = { self, nixpkgs }@inputs: {