Compare commits

..

No commits in common. "5081abc100d6fa8b781998281ad7d3d53ac305f4" and "5e927576e42601d8fae3592741e0f58f997a50cc" have entirely different histories.

3 changed files with 11 additions and 13 deletions

19
flake.lock generated
View file

@ -24,16 +24,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1742316137, "lastModified": 1742098834,
"narHash": "sha256-W0jd5FoOuQUnpBrAc7H/EoXrq9FpcR88ZfcqMU5MXBw=", "narHash": "sha256-l98XVpNXW6hr0AsxCeQZbdf6EGT8OpHdkWBi7sdel4s=",
"owner": "tpwrules", "owner": "tpwrules",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"rev": "f51de44b1d720ac23e838db8e0cf13fadb7942b8", "rev": "8457960249bcfd34c22838e20eaa7d8261428688",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "tpwrules", "owner": "tpwrules",
"ref": "pull/284/head",
"repo": "nixos-apple-silicon", "repo": "nixos-apple-silicon",
"type": "github" "type": "github"
} }
@ -93,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742957044, "lastModified": 1742851132,
"narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=", "narHash": "sha256-8vEcDefstheV1whup+5fSpZu4g9Jr7WpYzOBKAMSHn4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f", "rev": "c4d5d72805d14ea43c140eeb70401bf84c0f11b4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -128,11 +127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742869675, "lastModified": 1742741935,
"narHash": "sha256-rgwUZJZVztaNYPTsf6MIqirPL5r2JTMMyHuzk1ezyYk=", "narHash": "sha256-ZCNvPYWkL9hxzgWn1gmYCZItqBU4ujsWjwWNpcwCjfQ=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "bb81755a3674951724d79b8cba6bbff01409d44d", "rev": "ebb88c3428dcdd95c06dca4d49b9791a65ab777b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,9 +5,7 @@
# Specify the source of Home Manager and Nixpkgs. # Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
apple-silicon-support = { apple-silicon-support = {
# Temporarily use https://github.com/tpwrules/nixos-apple-silicon/pull/284 url = "github:tpwrules/nixos-apple-silicon";
# due to Mesa changes upstream necessary for functional Vulkan.
url = "github:tpwrules/nixos-apple-silicon?ref=pull/284/head";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# Allows for easy enumeration of available Darwin and Linux systems. # Allows for easy enumeration of available Darwin and Linux systems.

View file

@ -14,6 +14,7 @@
dmg2img dmg2img
exiftool exiftool
ffmpeg-full ffmpeg-full
gcc-arm-embedded
go go
google-cloud-sdk google-cloud-sdk
htop htop