diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,6 +56,11 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; + colmena = { + url = "github:zhaofengli/colmena"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + my-go-tools.url = "git+https://code.fcuny.net/fcuny/x"; }; |
