update flake

This commit is contained in:
Denis Lehmann 2024-08-13 22:31:47 +02:00
parent a35486d801
commit ce297e5fbe
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
description = "Add new Git remotes quickly";
description = "Add new Git remotes easily";
outputs = { self, nixpkgs }@inputs:
let
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.platforms.unix;