diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-04 13:48:22 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-04 13:48:55 -0800 |
| commit | aaa8bab1b3d7dd36f80c464674312b8b718e1846 (patch) | |
| tree | 17e08caba6963063db973648507623932f388e13 /flake.nix | |
| parent | ref(templates): drop drone/GHA support (diff) | |
| download | infra-aaa8bab1b3d7dd36f80c464674312b8b718e1846.tar.gz | |
ref: don't use my custom tools for now
I'm rewriting them in go and they are not ready to be used yet.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 32 |
1 files changed, 0 insertions, 32 deletions
@@ -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 |
