chore: removed website and zookeeper

This commit is contained in:
Nick 2025-11-28 00:45:09 -06:00
parent cf8516c54f
commit 653b0dcb99
2 changed files with 11 additions and 241 deletions

View file

@ -76,9 +76,6 @@
url = "github:microvm-nix/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
upRootNutrition = {
url = "git+ssh://git@gitlab.com/uprootnutrition/website.git";
};
linkpage = {
url = "git+ssh://git@gitlab.com/uprootnutrition/linkpage.git";
};
@ -86,8 +83,8 @@
url = "git+ssh://git@gitlab.com/uprootnutrition/filesorter.git";
inputs.nixpkgs.follows = "nixpkgs";
};
zookeeper = {
url = "git+ssh://git@gitlab.com/uprootnutrition/zookeeper.git";
mkElmDerivation = {
url = "github:jeslie0/mkElmDerivation";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -99,6 +96,7 @@
inputs.treefmt-nix.flakeModule
./lib
./modules
./packages
./parts
];