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 = ./.;