@@ -74,16 +74,11 @@ jobs:
7474 - uses : actions/checkout@v6
7575 with :
7676 submodules : true
77- - name : Install nix
78- uses : nixbuild/nix-quick-install-action@v30
79- - name : Write nix.conf
80- run : cp -v nix/nix.conf ~/.config/nix/nix.conf
81- - name : Restore and save Nix store
82- uses : nix-community/cache-nix-action@v6
77+ - uses : nixbuild/nix-quick-install-action@v34
78+ - run : cp -v nix/nix.conf ~/.config/nix/nix.conf
79+ - uses : nix-community/cache-nix-action@v6
8380 with :
8481 primary-key : nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'flake.lock', 'uv.lock', 'evap/development/manage_autocompletion.sh') }}-build_wheel
85- restore-prefixes-first-match : nix-${{ runner.os }}-
86- gc-max-store-size-linux : 1G
8782 - run : nix run .#build-dist
8883 - run : tar tvf dist/*.tar.gz
8984 - run : unzip -l dist/*.whl
@@ -220,16 +215,11 @@ jobs:
220215 repository : e-valuation/evap-deployment
221216 path : deployment
222217
223- - name : Install nix
224- uses : nixbuild/nix-quick-install-action@v30
225- - name : Write nix.conf
226- run : cp -v main/nix/nix.conf ~/.config/nix/nix.conf
227- - name : Restore and save Nix store
228- uses : nix-community/cache-nix-action@v6
218+ - uses : nixbuild/nix-quick-install-action@v34
219+ - run : cp -v main/nix/nix.conf ~/.config/nix/nix.conf
220+ - uses : nix-community/cache-nix-action@v6
229221 with :
230222 primary-key : nix-${{ runner.os }}-${{ hashFiles('**/*.nix', 'flake.lock', 'uv.lock', 'evap/development/manage_autocompletion.sh') }}-backup_process
231- restore-prefixes-first-match : nix-${{ runner.os }}-
232- gc-max-store-size-linux : 1G
233223 - name : Start database
234224 working-directory : deployment
235225 run : nix run ../main#services -- --detached
0 commit comments