From 3508da596ae2a6cedb42b8ffc8d79aee3bb5aaa1 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 17 Jan 2022 23:51:01 +0100 Subject: [PATCH] source something else to get nix profile --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85b066ed1a..3a40524c65 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -144,6 +144,6 @@ jobs: - checkout: self submodules: false - script: | - . ~/.nix-profile/etc/profile.d/nix.sh + . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh nix-build src -A powerpc.retro68.samples displayName: build