diff options
author | Rory& <root@rory.gay> | 2024-02-05 14:04:44 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-05 14:04:44 +0100 |
commit | 98768a3c592475aac0db405cf460bf0cc961e0b8 (patch) | |
tree | 6ae6bf2e05d810e324d5ef09f7e222cef990342e /modules/software-templates/dotnet.nix | |
parent | Update from server (diff) | |
download | Rory-Open-Architecture-98768a3c592475aac0db405cf460bf0cc961e0b8.tar.xz |
Postgres buffering, maybe?
Diffstat (limited to '')
-rw-r--r-- | modules/software-templates/dotnet.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/dotnet.nix b/modules/software-templates/dotnet.nix index 8a8c1b5..9abe797 100644 --- a/modules/software-templates/dotnet.nix +++ b/modules/software-templates/dotnet.nix @@ -8,4 +8,4 @@ DOTNET_CLI_TELEMETRY_OPTOUT = "1"; DOTNET_ROOT = "${(callPackage ../packages/dotnet-pack.nix { inherit pkgs; })}"; }; -}e \ No newline at end of file +} \ No newline at end of file |