feat: use new flake references

This commit is contained in:
Youwen Wu 2025-04-04 00:56:14 -07:00
parent ef3ec67538
commit 46f708b8e0
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 9 additions and 8 deletions

View file

@ -52,12 +52,13 @@
apple-silicon = {
# url = "github:tpwrules/nixos-apple-silicon";
# url = "github:zzywysm/nixos-asahi";
url = "github:youwen5/nixos-asahi/unstable";
# url = "github:youwen5/nixos-asahi/unstable";
url = "github:marcin-serwin/nixos-apple-silicon";
inputs.nixpkgs.follows = "nixpkgs";
};
apple-firmware = {
url = "git+https://code.youwen.dev/youwen5/apple-firmware";
url = "github:youwen5/apple-firmware";
flake = false;
};