commit | d3848ccc84d9266eb16378d1770a29ed2388ebaa | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 12:56:45 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:35 2023 +0000 |
tree | c8a580523ccd317baa5d082c7a1460fe17a45162 | |
parent | 37094ca901bb5884b86be2846571978cd19a59be [diff] |
Use yubioath from nixpkgs
diff --git a/modules/yubikey.nix b/modules/yubikey.nix index dcccfbd..ab2d1cd 100644 --- a/modules/yubikey.nix +++ b/modules/yubikey.nix
@@ -1,7 +1,6 @@ { pkgs , username , system -, nixpkgs-yubioath-flutter , ... }: { config = { @@ -20,6 +19,6 @@ home.home.packages = with pkgs; [ yubikey-personalization yubico-pam - nixpkgs-yubioath-flutter.legacyPackages.${system}.yubioath-flutter + yubioath-flutter ]; }