From 9d3d69a6ff4bb918e2c7609c304e4315af5e61b4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 12 Jun 2025 10:48:01 +0200 Subject: [PATCH] apps.hm: provide description silences a `nix flake check` warning --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 20809d2..bf73948 100644 --- a/flake.nix +++ b/flake.nix @@ -166,6 +166,7 @@ # inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix # run like: `nix run .#hm -- ` apps.hm = { + meta.description = "Wrapper around home-manager with automatic profile selection"; type = "app"; program = "${pkgs.writeShellScriptBin "hm" '' set -x