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:
parent
a29d3fe803
commit
f57edf60c1
|
@ -33,9 +33,5 @@
|
||||||
devShells = forAllSystems (system: pkgs: {
|
devShells = forAllSystems (system: pkgs: {
|
||||||
default = pkgs.callPackage ./nix/shell.nix { inherit pkgs; };
|
default = pkgs.callPackage ./nix/shell.nix { inherit pkgs; };
|
||||||
});
|
});
|
||||||
|
|
||||||
# TODO:
|
|
||||||
# - Relicense the project to GPL or something
|
|
||||||
# - Write a module for the project
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue