From dad5afcd983127a1a088ae867ea3a18cd16aa71e Mon Sep 17 00:00:00 2001 From: Ryze Date: Wed, 2 Oct 2024 23:52:17 +0300 Subject: [PATCH] Make flake description accurate with repo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8d8ca8d..647def9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Collection of packages and overlays used by me"; + description = "Collection of packages and overlays"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";