set correct flake path for nh

This commit is contained in:
Joakim Repomaa
2025-02-13 16:03:54 +02:00
parent 1cf3c7d8dd
commit 6a10625d4e
3 changed files with 6 additions and 7 deletions

View File

@@ -61,11 +61,11 @@
flake = false;
};
};
outputs = { flake-parts, agenix, nixpkgs, ... }@inputs:
outputs = { flake-parts, agenix, nixpkgs, self, ... }@inputs:
flake-parts.lib.mkFlake { inherit inputs; } (
let
ssh.publicKeys.yubikey = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLIUkESu5NnBi1M0+ZjYrkp6/rIFuwc3aguspf98jmOydNce6l65cnS3GRzc9oWx4lu11ahi87ZuE+pYV+gaHm4=";
specialArgs = { inherit inputs ssh; };
specialArgs = { inherit inputs ssh self; };
inherit (nixpkgs) lib;
in
{