feat: added edgedb

This commit is contained in:
Nick 2024-12-06 21:45:24 -06:00
parent c804a41d0b
commit 65fb80d1cb

View file

@ -15,6 +15,12 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# edgedb = {
# url = "github:edgedb/packages-nix";
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.flake-parts.follows = "flake-parts";
# };
nur.url = "github:nix-community/NUR";
ngipkgs.url = "github:ngi-nix/ngipkgs";
pre-commit-hooks-nix = {
@ -25,7 +31,6 @@
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
};