deployment.adoc: fetchTarball instead of abstract variable
This commit is contained in:
parent
172e69d563
commit
493fa1e575
1 changed files with 3 additions and 3 deletions
|
@ -45,10 +45,10 @@ NOTE: This deployment method does NOT use an `arion-pkgs.nix` file, but reuses
|
||||||
# Pick one of:
|
# Pick one of:
|
||||||
# - niv
|
# - niv
|
||||||
((import ./nix/sources.nix).arion + "/nixos-module.nix")
|
((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
|
arion.nixosModules.arion
|
||||||
# - other
|
# - or other: copy commit hash of arion and replace HASH in:
|
||||||
arionPath + "/nixos-module.nix")
|
(builtins.fetchTarball "https://github.com/hercules-ci/arion/archive/HASH.tar.gz") + "/nixos-module.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.arion = {
|
virtualisation.arion = {
|
||||||
|
|
Loading…
Reference in a new issue