From 407dbdb386315efb2c1af4825659a5429924d0ce Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 6 Apr 2024 14:05:32 -0400 Subject: [PATCH] Fix flake.nix description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 86f52e7..cd2ceae 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Molerat client implementation"; + description = "Minimal URL shortener"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";