feat: use iamb flake for nightly build because 0.10 is broken

This commit is contained in:
Youwen Wu 2025-06-05 01:14:09 -07:00
parent 0f0303db83
commit cfee3ac864
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 82 additions and 10 deletions

View file

@ -108,6 +108,12 @@
url = "github:youwen5/wallpapers";
flake = false;
};
iamb = {
url = "github:ulyssa/iamb";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =