chack
This commit is contained in:
18
overlays/age-plugin-yubikey/default.nix
Normal file
18
overlays/age-plugin-yubikey/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
final: prev:
|
||||
{
|
||||
# age-plugin-yubikey = final.stable.age-plugin-yubikey;
|
||||
# librsvg = final.stable.librsvg;
|
||||
fish = final.stable.fish;
|
||||
vesktop = final.stable.vesktop;
|
||||
rustPlatform = final.unstable.rustPlatform // {
|
||||
cargo-deps-vendor = final.stable.rustPlatform.cargo-deps-vendor;
|
||||
};
|
||||
python3Packages = final.unstable.python3Packages // {
|
||||
aiohttp = final.stable.python3Packages.aiohttp;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user