We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde1778 commit ffe5d4fCopy full SHA for ffe5d4f
prisma.nix
@@ -132,7 +132,8 @@ rec {
132
toExportStyle :: Attrset<String> -> String
133
*/
134
toExportStyle =
135
- attrset: "\n" + (concatMapAttrsStringSep "\n" (name: value: "export ${name}=\"${value}\"") attrset) + "\n";
+ attrset:
136
+ "\n" + (concatMapAttrsStringSep "\n" (name: value: "export ${name}=\"${value}\"") attrset) + "\n";
137
in
138
rec {
139
package = nixpkgs.stdenv.mkDerivation {
0 commit comments