From b35876f8c8211e97e81bacf4795fdbc715124a02 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Mon, 10 Feb 2025 14:19:53 -0800 Subject: [PATCH] Remove nur-combined update from normal nur update --- ci/update-nur.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/update-nur.sh b/ci/update-nur.sh index 9b9db1078..46ef75306 100755 --- a/ci/update-nur.sh +++ b/ci/update-nur.sh @@ -13,8 +13,6 @@ nix run "${DIR}#" -- update cd ${DIR}/.. -nix run "${DIR}#" -- combine nur-combined - nix flake update nixpkgs if [[ -z "$(git diff --exit-code)" ]]; then