diff --git a/flake.nix b/flake.nix index 3d1d06f..cd0136e 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,5 @@ devShells = forAllSystems (system: pkgs: { default = pkgs.callPackage ./nix/shell.nix { inherit pkgs; }; }); - - # TODO: - # - Relicense the project to GPL or something - # - Write a module for the project }; }