134 current 2025-06-09 19:44:48 25.05.20250606.70c74b0 6.15.1 *

update! and check if update in script
This commit is contained in:
2025-06-09 19:44:50 +02:00
parent 9e4e9bc230
commit b26d7163ec
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1748889542, "lastModified": 1749237914,
"narHash": "sha256-Hb4iMhIbjX45GcrgOp3b8xnyli+ysRPqAgZ/LZgyT5k=", "narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922", "rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -34,7 +34,7 @@ else
fi fi
# Early return if no changes were detected (unless forced) # Early return if no changes were detected (unless forced)
if [ "$FORCE_REBUILD" = false ] && git diff --quiet '*.nix'; then if [ "$FORCE_REBUILD" = false ] && git diff --quiet '*.nix' && git diff --quiet 'flake.lock'; then
echo "No changes detected, exiting." echo "No changes detected, exiting."
exit 0 exit 0
fi fi