From 9e7c3fcca583fa624410aa6c34936bdd0f529334 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Sep 2024 17:30:43 +0200 Subject: [PATCH] Add description --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index a360353..fd73deb 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "A utility for sharing a Nix store as a binary cache"; + inputs.nixpkgs.url = "nixpkgs/nixos-24.05"; outputs = { self, nixpkgs }: