test: added gel but haven't tested

This commit is contained in:
Nick 2025-12-14 23:00:25 -06:00
parent 8eb9ed31fc
commit 9a1707fb2d
11 changed files with 536 additions and 9 deletions

View file

@ -76,6 +76,10 @@
url = "github:microvm-nix/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
gel = {
url = "github:geldata/packages-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
linkpage = {
url = "git+ssh://git@gitlab.com/uprootnutrition/linkpage.git";
};