update apple-silicon flake

This commit is contained in:
Sean Kovacs 2026-02-05 14:06:51 -05:00
commit 7bc2a3370b
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -8,15 +8,15 @@
]
},
"locked": {
"lastModified": 1769531604,
"narHash": "sha256-/3Hk9YEI+9vA2+4AFErByc1V3LcCDNThmXYhFWlkQiU=",
"owner": "sckova",
"lastModified": 1770381988,
"narHash": "sha256-L/sRQY6zC3mtXIYZIlE+MeIazqYhy3ATj4Mcv4FosB4=",
"owner": "nix-community",
"repo": "nixos-apple-silicon",
"rev": "acb98b0ef8b622079f2a5e4f8de9344fa7da516b",
"rev": "e2d8f7d9ea492277add97705f2beca2f20079178",
"type": "github"
},
"original": {
"owner": "sckova",
"owner": "nix-community",
"repo": "nixos-apple-silicon",
"type": "github"
}

View file

@ -72,7 +72,7 @@
};
apple-silicon = {
url = "github:sckova/nixos-apple-silicon";
url = "github:nix-community/nixos-apple-silicon";
inputs.nixpkgs.follows = "nixpkgs";
};