feat(shells): add opencode dev shell with mkOpencodeRules demo
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m27s
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m27s
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Modern Python development environment with marimo and uv — Nushell version
|
||||
# Usage: nix develop .#python (drops into Nushell)
|
||||
{pkgs}: let
|
||||
{
|
||||
pkgs,
|
||||
inputs ? null,
|
||||
}: let
|
||||
# Use the latest Python available in nixpkgs
|
||||
python = pkgs.python313;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user