flake.nix: remove abundant todos

One had already been fixed, the other one has been converted to a proper
issue on gitea
This commit is contained in:
Oystein Kristoffer Tveit 2024-08-21 07:37:08 +02:00
parent a29d3fe803
commit f57edf60c1
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 0 additions and 4 deletions

View File

@ -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
};
}