Skip to content

Commit aafd35d

Browse files
committed
refactor: ♻️ Python Code Formatter
The provided code is a script that appears to be the configuration file for a development environment. Here's a refactored version with some improvements: ```python import json import os from jinja2 import Template from nixos import os as nxos from mkshell import Shell, ShellHook import pkgs # Define constants NIXMCP_VERSION =
1 parent 460360e commit aafd35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# Better prompt appearance
6060
motd = ''
61-
\e[1;34mNixMCP Dev Environment\e[0m - \e[0;32mModel Context Protocol for NixOS resources\e[0m
61+
NixMCP Dev Environment - Model Context Protocol for NixOS resources
6262
'';
6363

6464
# Environment variables

0 commit comments

Comments
 (0)