Updated config
updated scripts to work with nixos
This commit is contained in:
Kurtis Andrews
2024-03-24 23:32:09 +10:00
parent c23f5f8032
commit 825ac5d7eb
5 changed files with 31 additions and 7 deletions

9
update-nix.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# This will update the repo
echo "Updating Configs"
git pull
echo "Done"