flake: Clean up comments, trailing space

This commit is contained in:
Rylie Pavlik 2024-05-03 14:24:02 -05:00
parent 29235b9729
commit a8077b58b6

View file

@ -28,15 +28,13 @@
nativeBuildInputsToUpstream = with pkgs; [
# If there are any nativeBuildInputs that are not in nixpkgs, add them here
# nativeBuildInputs are packages that are needed to develop and/or build the project (i.e. tooling)
# Once they are upstreamed to nixpkgs master, remove them from this list
];
buildInputsToUpstream = with pkgs; [
# If there are any buildInputs that are not in nixpkgs, add them here
# buildInputs are any packages that are needed at runtime (i.e. dependencies)
# Once they are upstreamed to nixpkgs master, remove them from this list
];
package = pkgs.monado.overrideAttrs (oldAttrs: {
src = ./.;