From 1993fffde496af2e9a8a5fe8b0e1107945e2b564 Mon Sep 17 00:00:00 2001 From: David Seseke <david.seseke@uni-hamburg.de> Date: Fri, 31 Jan 2025 18:49:52 +0100 Subject: [PATCH] Fix flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2e7a6fb..12eee82 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A basic flake using pyproject.toml project metadata"; + description = "A basic flake defining a simple python environment for network analysis."; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; -- GitLab