Add script skip for NixOS

This commit is contained in:
aloslider
2026-04-21 02:35:50 +03:00
parent 598ad93af7
commit e70c3138ce
4 changed files with 16 additions and 0 deletions
@@ -1,4 +1,8 @@
#!/bin/bash
{{ if -eq .chezmoi.osRelease.id "nixos" }}
exit 0
{{ end }}
set -euo pipefail
echo "Installing and updating packages..."