From e91877754b4dec49a7741ae21e5d248d21c3e2f6 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 12 Apr 2023 07:17:37 +0300 Subject: [PATCH] chore: add description to flake --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 9b0248a..a4a8105 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "Web application for musikcube servers"; + inputs.parts.url = "github:hercules-ci/flake-parts"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; inputs.systems.url = "github:nix-systems/x86_64-linux";