mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-11-29 10:31:50 +03:00
21c3863b07
Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
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
|