apps.hm: provide description
silences a `nix flake check` warning
This commit is contained in:
parent
ca9aa161f8
commit
9d3d69a6ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue