WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 13ca0e4a06 - Show all commits

12
scripts/checkupdates.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
checkupdates -d
CODE=$?
if [ $CODE -eq 2 ]; then
echo "No updates available"
exit 0
fi
exit $CODE