whole flake: cleanup

This commit is contained in:
Charlie Root 2024-11-02 17:45:34 +01:00
commit 57831df0d5
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
22 changed files with 330 additions and 437 deletions

View file

@ -1,6 +1,11 @@
{pkgs, ...}: rec {
{
inputs,
pkgs,
...
}: rec {
packages = {
fish = pkgs.callPackage ./shell {};
helix = pkgs.callPackge ./helix {};
};
shell = pkgs.mkShell {
name = "bloxx-shell";