[Asahi] Updae nixos-apple-silicon to release 2025 05 30

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-06-01 23:42:27 -07:00
parent f15167c770
commit 57731c0f3e
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -6,16 +6,16 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1747514947, "lastModified": 1748659443,
"narHash": "sha256-irRDuerdVu495nBgkhCUjCi2mRpPig0F6cKMoIOfScA=", "narHash": "sha256-dav2hzyCmXZ3n6lEZrfZBG51+g6PUhkzRl3d6Ypd9x0=",
"owner": "tpwrules", "owner": "nix-community",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"rev": "db46177593e24f68e802455875850cdeaf49eb1c", "rev": "3ddc251d2acce5019b0fa770e224d068610a34e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "tpwrules", "owner": "nix-community",
"ref": "release-2025-05-17", "ref": "release-2025-05-30",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"type": "github" "type": "github"
} }

View file

@ -20,7 +20,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
apple-silicon = { apple-silicon = {
url = "github:tpwrules/nixos-apple-silicon/release-2025-05-17"; url = "github:nix-community/nixos-apple-silicon/release-2025-05-30";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = { home-manager = {