mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-21 17:20:47 +03:00
Fix relative path
This commit is contained in:
parent
9eb981eeb5
commit
3f07139990
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
|||
# we need at least rage 0.5.0 to support ssh keys
|
||||
rage =
|
||||
if lib.versionOlder pkgs.rage.version "0.5.0"
|
||||
then pkgs.callPackage ./rage.nix { }
|
||||
then pkgs.callPackage ../pkgs/rage.nix { }
|
||||
else pkgs.rage;
|
||||
ageBin = "${rage}/bin/rage";
|
||||
|
||||
|
|
Loading…
Reference in a new issue