remove unnecceary inputs

This commit is contained in:
Jeffrey C. Ollie 2023-08-16 11:01:08 -05:00
parent 11931e9e7f
commit 298a8800a5
No known key found for this signature in database
GPG key ID: F936E4DCB7E25F15

View file

@ -8,13 +8,6 @@
flake-utils = { flake-utils = {
url = "github:numtide/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: outputs = { self, nixpkgs, poetry2nix, flake-utils, bash, ... }@inputs: