mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 11:11:33 -07:00
4 lines
231 B
Bash
4 lines
231 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
|
|
fi
|
|
use flake . --impure
|