mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
8 lines
374 B
Bash
8 lines
374 B
Bash
if [[ $(uname -s) == "Linux" && $(uname --kernel-version | grep "NixOS") ]]; then
|
|
echo "The best OS (NixOS) has been detected. Using nice tools."
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
|
|
fi
|
|
|
|
use flake
|
|
fi
|