mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 09:26:17 +00:00
flake: Clean up comments, trailing space
This commit is contained in:
parent
29235b9729
commit
a8077b58b6
|
@ -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 = ./.;
|
||||
|
||||
|
|
Loading…
Reference in a new issue