diff --git a/flake.nix b/flake.nix index 7324348..db7d23c 100644 --- a/flake.nix +++ b/flake.nix @@ -8,13 +8,6 @@ flake-utils = { url = "github:numtide/flake-utils"; }; - bash = { - url = "git+https://git.ocjtech.us/jeff/nixos-bash-prompt-builder.git"; - }; - poetry2nix = { - url = "github:nix-community/poetry2nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = { self, nixpkgs, poetry2nix, flake-utils, bash, ... }@inputs: