From b0a2d432da49753a6edde30feb597474a9557aef Mon Sep 17 00:00:00 2001 From: FlafyDev Date: Tue, 26 Dec 2023 21:50:50 +0200 Subject: [PATCH] buildDartApplication: fix note about fixed-output derivation --- pkgs/build-support/dart/build-dart-application/generators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/dart/build-dart-application/generators.nix b/pkgs/build-support/dart/build-dart-application/generators.nix index 91b92af9f980..f01a09305dba 100644 --- a/pkgs/build-support/dart/build-dart-application/generators.nix +++ b/pkgs/build-support/dart/build-dart-application/generators.nix @@ -16,7 +16,7 @@ , ... }@args: -# This is a fixed-output derivation and setup hook that can be used to fetch dependencies for Dart projects. +# This is a derivation and setup hook that can be used to fetch dependencies for Dart projects. # It is designed to be placed in the nativeBuildInputs of a derivation that builds a Dart package. # Providing the buildDrvArgs argument is highly recommended. let