mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added edgedb
This commit is contained in:
parent
c804a41d0b
commit
65fb80d1cb
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue