flake: remove bud

This commit is contained in:
Infinidoge 2023-07-27 15:44:06 -04:00
parent 44515ec81f
commit 2cc70a8c4a
10 changed files with 2 additions and 59 deletions

View file

@ -1,8 +1,5 @@
{ self, inputs, ... }:
{
modules = with inputs; [
bud.devshellModules.bud
];
exportedModules = [
./devos.nix
];