Skip to content
Snippets Groups Projects
Commit 91846f21 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Experiemtal and impure are now requires!

parent 81a0fdb8
Branches
Tags
1 merge request!392Make CD great again
Pipeline #4568 passed
......@@ -82,7 +82,7 @@ ssh -o StrictHostKeyChecking=no "$(hostname).$(domainname)" ":"
# Two lines since 'export' masks 'set -e'
# See https://mywiki.wooledge.org/BashFAQ/105#line-204
NIX_PATH="nixpkgs=$(nix eval "(import ${CHECKOUT}/nixpkgs.nix { }).path")"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment