6 lines
144 B
Bash
6 lines
144 B
Bash
#!/usr/bin/env bash
|
|
# Activate the devshell from the Nix flake
|
|
# This loads all tools and environment variables defined in flake.nix
|
|
|
|
use flake
|