Fix: Add missing elipsis to fighter/server.nix

This commit is contained in:
Joey Hafner 2025-01-31 00:56:50 -08:00
parent 9a73df2359
commit ba589ef42a
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -1,4 +1,4 @@
{ pkgs, sys }: { { pkgs, sys, ... }: {
system.stateVersion = "24.11"; system.stateVersion = "24.11";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git