From cc9b0954beb152991d82df6a6e1ec624f1ba3a38 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 6 Mar 2023 05:35:45 -0500 Subject: [PATCH] feat: add desc --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index aadabc0..c50286e 100755 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,7 @@ { + + description = "snowflake"; + inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = {