diff --git a/flake.nix b/flake.nix index f053685..0137198 100755 --- a/flake.nix +++ b/flake.nix @@ -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"; }; };