diff --git a/docs/nix/pkgs-languages-frameworks.md b/docs/nix/pkgs-languages-frameworks.md index 34c70d4..e12d063 100644 --- a/docs/nix/pkgs-languages-frameworks.md +++ b/docs/nix/pkgs-languages-frameworks.md @@ -2,7 +2,7 @@ title: Language/Framework Specific Builders in Nixpkgs description: published: true -date: 2024-06-29T08:06:32.422Z +date: 2024-06-29T08:07:23.701Z tags: nix, nixpkgs editor: markdown dateCreated: 2024-06-22T15:04:51.666Z @@ -32,7 +32,7 @@ Resources: ## Languages / Frameworks -Nixpkgs has various specialised alternatives to `mkDerivation`, such as `buildPythonApplication` for python application, `buildRustPackage` for rust packages and much more. +Nixpkgs has various specialised alternatives to `mkDerivation`, such as `buildPythonApplication` for python applications, `buildRustPackage` for rust packages and much more. Resources: