chore: add a shebang
All checks were successful
Actions / Lint with Ruff & Pylint (push) Successful in 13s
Actions / Build (push) Successful in 14s

This commit is contained in:
cswimr 2024-12-30 10:37:37 -05:00
parent 3e67f627e5
commit 9601a8f0bc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

1
.envrc
View file

@ -1,3 +1,4 @@
#! /usr/bin/env bash
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi