remove unnecceary inputs
This commit is contained in:
parent
11931e9e7f
commit
298a8800a5
1 changed files with 0 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue