From 6a02e7b9ea96525bca11981d797a4f941e0a9ade Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 31 Jan 2022 18:45:17 -0500 Subject: [PATCH] fix(flake): bud beautysh inputs https://github.com/NixOS/nix/issues/6013 --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 1911f6f..e75d65f 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,9 @@ bud.inputs.nixpkgs.follows = "nixos"; bud.inputs.devshell.follows = "digga/devshell"; + beautysh.url = "github:lovesegfault/beautysh"; + bud.inputs.beautysh.follows = "beautysh"; + home.url = "github:nix-community/home-manager"; home.inputs.nixpkgs.follows = "nixos";