Commit aafd35d
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments