From aaa8bab1b3d7dd36f80c464674312b8b718e1846 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 Mar 2023 13:48:22 -0800 Subject: ref: don't use my custom tools for now I'm rewriting them in go and they are not ready to be used yet. --- flake.nix | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2017a02..d82a782 100644 --- a/flake.nix +++ b/flake.nix @@ -49,38 +49,6 @@ nixpkgs-stable.follows = "nixpkgs"; }; }; - - gh-ssh-keys = { - url = "git+https://git.fcuny.net/fcuny/gh-ssh-keys?ref=main"; - inputs = { - flake-utils.follows = "futils"; - nixpkgs.follows = "nixpkgs"; - }; - }; - - x509-tools = { - url = "git+https://git.fcuny.net/fcuny/x509-info?ref=main"; - inputs = { - flake-utils.follows = "futils"; - nixpkgs.follows = "nixpkgs"; - }; - }; - - sendsms = { - url = "git+https://git.fcuny.net/fcuny/sendsms?ref=main"; - inputs = { - flake-utils.follows = "futils"; - 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 -- cgit v1.2.3