Fix relative path

This commit is contained in:
Felix Scheinost 2021-03-16 18:28:00 +01:00
parent 9eb981eeb5
commit 3f07139990
1 changed files with 1 additions and 1 deletions

View File

@ -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";