home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d47b756b6e593e4e5d00e52d22fcc8f489a477c9
parent 6b3e918f4e55d1e708e3e3e594c57be895360996
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 23 May 2020 12:52:13 +0200

builds/fedora: source profile.d/nix.sh

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/fedora.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.builds/fedora.yml b/.builds/fedora.yml @@ -10,6 +10,7 @@ tasks: set -euo pipefail curl -L https://nixos.org/nix/install | sh - install_home_manager: | + . /home/build/.nix-profile/etc/profile.d/nix.sh nix-shell $(nix eval --raw '(import ./home/nix/sources.nix).["home-manager"].outPath') -A install triggers: - action: email