Skip to content
Snippets Groups Projects
Commit 08377895 authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch '137.fix-cd' into 'develop'

Make CD great again

Closes #137

See merge request !392
parents 57b6ef15 bb6ab331
No related branches found
No related tags found
2 merge requests!392Make CD great again,!384update production
Pipeline #4974 passed
......@@ -79,7 +79,11 @@ ssh -o StrictHostKeyChecking=no "$(hostname).$(domainname)" ":"
#
# So instead, import our nixpkgs which forces it to be instantiated in the
# store, then ask for its path, then set NIX_PATH to that.
export NIX_PATH="nixpkgs=$(nix eval "(import ${CHECKOUT}/nixpkgs.nix { }).path")"
# Two lines since 'export' masks 'set -e'
# See https://mywiki.wooledge.org/BashFAQ/105#line-204
NIX_PATH="nixpkgs=$(nix --extra-experimental-features nix-command eval --impure --expr "(import ${CHECKOUT}/nixpkgs.nix { }).path")"
export NIX_PATH
# Attempt to update just this host. Choose the morph grid definition matching
# the grid we belong to and limit the morph deployment update to the host
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment