diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-11 10:34:59 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-11 10:34:59 +0100 |
| commit | 402888423de9764c22175df4cc41d79157895f3d (patch) | |
| tree | b954cac6454bb00ed39cc87ffc3d23c8da948ef4 /flake.nix | |
| parent | ce06aafe385f217bb0756089a88255f31f093018 (diff) | |
add basic server
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,7 +11,10 @@ in { devShells.x86_64-linux.default = pkgs.mkShell { - packages = [ pkgs.zig ]; + packages = [ + pkgs.zig + pkgs.psmisc + ]; }; }; } |