apps.hm: provide description

silences a `nix flake check` warning
This commit is contained in:
Trolli Schmittlauch 2025-06-12 10:48:01 +02:00
parent ca9aa161f8
commit 9d3d69a6ff

View file

@ -166,6 +166,7 @@
# inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix # inspired by https://github.com/Mic92/dotfiles/blob/main/home-manager/flake-module.nix
# run like: `nix run .#hm -- <action>` # run like: `nix run .#hm -- <action>`
apps.hm = { apps.hm = {
meta.description = "Wrapper around home-manager with automatic profile selection";
type = "app"; type = "app";
program = "${pkgs.writeShellScriptBin "hm" '' program = "${pkgs.writeShellScriptBin "hm" ''
set -x set -x