From 493fa1e5757d21d11917c28ca85a46b1d54c2111 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 28 Nov 2023 19:36:55 +0100 Subject: [PATCH] deployment.adoc: fetchTarball instead of abstract variable --- docs/modules/ROOT/pages/deployment.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/deployment.adoc b/docs/modules/ROOT/pages/deployment.adoc index ea8f12c..5e27d58 100644 --- a/docs/modules/ROOT/pages/deployment.adoc +++ b/docs/modules/ROOT/pages/deployment.adoc @@ -45,10 +45,10 @@ NOTE: This deployment method does NOT use an `arion-pkgs.nix` file, but reuses # Pick one of: # - niv ((import ./nix/sources.nix).arion + "/nixos-module.nix") - # - flakes (where arion is a flake input) + # - or flakes (where arion is a flake input) arion.nixosModules.arion - # - other - arionPath + "/nixos-module.nix") + # - or other: copy commit hash of arion and replace HASH in: + (builtins.fetchTarball "https://github.com/hercules-ci/arion/archive/HASH.tar.gz") + "/nixos-module.nix") ]; virtualisation.arion = {