about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-07 12:44:28 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-07 12:44:28 -0800
commit2284149fd573e9ced6c1058f8ce5e40baf9cf6f5 (patch)
treee25e1b8c523a9776a9617ea42b69feee56ecfa99 /flake.nix
parentfix(home/emacs): rename the package (diff)
downloadworld-2284149fd573e9ced6c1058f8ce5e40baf9cf6f5.tar.gz
feat(home/packages): add tool masked-emails
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d4adb95..8633bda 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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