chore: fix precommit scrips check

This removes rustup from the scripts. As rust versions should be managed
through the nix shell and not rust up.
This commit is contained in:
thesimplekid
2024-04-24 16:33:42 +01:00
parent c8e61b34b8
commit c77feec5e5
5 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -exuo pipefail