mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-07 21:21:09 +01:00
4 lines
222 B
Bash
4 lines
222 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 2.1.1; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.1/direnvrc" "sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0="
|
|
fi
|
|
use flake
|