summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-27 21:31:58 +0200
committerSilas Schöffel <sils@sils.li>2024-06-28 20:53:05 +0200
commit7ae7a69635ce06807c75b8467d7e9bae72fc39a7 (patch)
tree0465dfd5e754a316c6855a111b928f93b950a883
parentfix(peertube): Activate smtp support (diff)
downloadnixos-server-7ae7a69635ce06807c75b8467d7e9bae72fc39a7.tar.gz
nixos-server-7ae7a69635ce06807c75b8467d7e9bae72fc39a7.zip
style(system/services/mastodon): Remove forgotten `pkgs-unstable`
-rw-r--r--system/services/mastodon/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix
index a721792..efc7335 100644
--- a/system/services/mastodon/default.nix
+++ b/system/services/mastodon/default.nix
@@ -1,6 +1,5 @@
 {
   config,
-  pkgs-unstable,
   ...
 }: let
   emailAddress = "mastodon@vhack.eu";