This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/scripts/update-mix.sh

6 lines
No EOL
129 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p mix2nix
SOURCE_DIR=$1
MIX2NIX_OUT=$2
mix2nix $SOURCE_DIR/mix.lock > $MIX2NIX_OUT