From a8077b58b6873b15f6ce08624f74d6224b5894a4 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Fri, 3 May 2024 14:24:02 -0500 Subject: [PATCH] flake: Clean up comments, trailing space --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index da91bc793..1b23c15cf 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ./.;