diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:44:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:44:28 -0800 |
| commit | 2284149fd573e9ced6c1058f8ce5e40baf9cf6f5 (patch) | |
| tree | e25e1b8c523a9776a9617ea42b69feee56ecfa99 /flake.nix | |
| parent | fix(home/emacs): rename the package (diff) | |
| download | infra-2284149fd573e9ced6c1058f8ce5e40baf9cf6f5.tar.gz | |
feat(home/packages): add tool masked-emails
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -62,6 +62,14 @@ nixpkgs.follows = "nixpkgs"; }; }; + + masked-emails = { + url = "git+https://git.fcuny.net/fcuny/masked-emails?ref=main"; + inputs = { + flake-utils.follows = "futils"; + nixpkgs.follows = "nixpkgs"; + }; + }; }; # Output config, or config for NixOS system |
