flake.nix: remove useless beautysh input

This commit is contained in:
Gaetan Lepage 2023-12-06 15:28:26 +01:00 committed by Gaétan Lepage
parent 4932dbb966
commit 13682651e7
2 changed files with 0 additions and 68 deletions

View file

@ -5,11 +5,6 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
beautysh = {
url = "github:lovesegfault/beautysh";
inputs.nixpkgs.follows = "nixpkgs";
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";