fix: typo in ucodenix nixpkgs follows

This commit is contained in:
Youwen Wu 2025-01-22 22:32:07 -08:00
parent a8e1b6ecbc
commit 5e2fa6448f
Signed by untrusted user: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -25,7 +25,7 @@
};
ucodenix = {
url = "github:e-tho/ucodenix";
inputs.nixpks.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
wallpapers = {
url = "github:kaitotlex/wallpaper";