summaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index a1b5022..9f02685 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,14 +63,6 @@
systems.follows = "systems";
};
};
- beautysh = {
- url = "github:lovesegfault/beautysh";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- poetry2nix.follows = "poetry2nix";
- utils.follows = "flake-utils";
- };
- };
nix-github-actions = {
url = "github:nix-community/nix-github-actions";
inputs.nixpkgs.follows = "nixpkgs";
@@ -84,7 +76,6 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
- beautysh.follows = "beautysh";
pre-commit-hooks.follows = "pre-commit-hooks-nix";
};
};