From 298a8800a582fe03269c78fde55c679eb3aa6adc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 16 Aug 2023 11:01:08 -0500 Subject: [PATCH] remove unnecceary inputs --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) 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: