From 0126d786a2f8fa744101b1dfc3cbdc29b7f114df Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 7 Feb 2022 23:47:45 -0500 Subject: [PATCH] feat: do not push development environment --- .github/workflows/release.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e35c04..656be83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,16 +25,7 @@ jobs: build \ --print-build-logs - nix \ - --extra-experimental-features flakes \ - --extra-experimental-features nix-command \ - --extra-substituters 'http://172.17.0.1:5000?priority=1&trusted=1' \ - --extra-substituters 'https://alejandra.cachix.org?priority=100&trusted=1' \ - develop \ - --profile \ - develop - nix-env -iA cachix -f https://cachix.org/api/v1/install - cachix push --compression-level 9 alejandra develop result + cachix push --compression-level 9 alejandra result "