use new devenv.sh installation method

main
Andrew Coleman 2023-03-29 12:00:51 -04:00
parent 7f39d5381a
commit 4735df8dab
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ mkdir -p "$HOME/.config/nix"
if [ ! -f "$HOME/.config/nix/nix.conf" ] ; then
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
echo "trusted-users = root andrew" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
nix profile install nixpkgs#cachix
cachix use devenv
nix profile install --accept-flake-config github:cachix/devenv/latest
fi
function has_bin() {