diff options
| author | venomade <venomade@venomade.com> | 2026-04-08 15:07:12 +0100 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-04-08 15:07:12 +0100 |
| commit | d422bc2b77ece72be1098bf05728275ef3306ee5 (patch) | |
| tree | 8b6b6f0da228dc99f36d91cf7841c425963e73f5 /flake.lock | |
| parent | a6543a0ba0e5399515e3dbe507a8bd12958839cc (diff) | |
Asahi Bugs - Forked GL is very annoying to deal with - Fairydust branch requires 8GB of RAM for display - AArch64 Linux is not very compatible with much software - DRM and other video related things are buggy/do not work - Updating can often break fairydust
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 72 |
1 files changed, 71 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 0d96965..47563c9 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,23 @@ { "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1685518550, + "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -20,8 +38,44 @@ "type": "github" } }, + "nix-darwin-emacs": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1772076615, + "narHash": "sha256-ELVNo7zh6N32Ooncgs9URPpWwC86tWPYoieJPLxTaGo=", + "owner": "nix-giant", + "repo": "nix-darwin-emacs", + "rev": "065050b9e06a30c01b41539b75464fff972fecd6", + "type": "github" + }, + "original": { + "owner": "nix-giant", + "repo": "nix-darwin-emacs", + "rev": "065050b9e06a30c01b41539b75464fff972fecd6", + "type": "github" + } + }, "nixpkgs": { "locked": { + "lastModified": 1759397282, + "narHash": "sha256-ohaApD0NtpszUBgTl/GGBUkNYwVgaQWivugNpuip9X8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b2f842e4d99dc35a0951b9582c64bb26789e929d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-25.05-darwin", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { "lastModified": 1771008912, "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", "owner": "nixos", @@ -39,7 +93,23 @@ "root": { "inputs": { "home-manager": "home-manager", - "nixpkgs": "nixpkgs" + "nix-darwin-emacs": "nix-darwin-emacs", + "nixpkgs": "nixpkgs_2" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" } } }, |
