Compare commits
2 commits
5e927576e4
...
5081abc100
Author | SHA1 | Date | |
---|---|---|---|
5081abc100 | |||
2429ddfa1a |
3 changed files with 13 additions and 11 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -24,15 +24,16 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742098834,
|
"lastModified": 1742316137,
|
||||||
"narHash": "sha256-l98XVpNXW6hr0AsxCeQZbdf6EGT8OpHdkWBi7sdel4s=",
|
"narHash": "sha256-W0jd5FoOuQUnpBrAc7H/EoXrq9FpcR88ZfcqMU5MXBw=",
|
||||||
"owner": "tpwrules",
|
"owner": "tpwrules",
|
||||||
"repo": "nixos-apple-silicon",
|
"repo": "nixos-apple-silicon",
|
||||||
"rev": "8457960249bcfd34c22838e20eaa7d8261428688",
|
"rev": "f51de44b1d720ac23e838db8e0cf13fadb7942b8",
|
||||||
"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"
|
||||||
}
|
}
|
||||||
|
@ -92,11 +93,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742851132,
|
"lastModified": 1742957044,
|
||||||
"narHash": "sha256-8vEcDefstheV1whup+5fSpZu4g9Jr7WpYzOBKAMSHn4=",
|
"narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c4d5d72805d14ea43c140eeb70401bf84c0f11b4",
|
"rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -127,11 +128,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742741935,
|
"lastModified": 1742869675,
|
||||||
"narHash": "sha256-ZCNvPYWkL9hxzgWn1gmYCZItqBU4ujsWjwWNpcwCjfQ=",
|
"narHash": "sha256-rgwUZJZVztaNYPTsf6MIqirPL5r2JTMMyHuzk1ezyYk=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "ebb88c3428dcdd95c06dca4d49b9791a65ab777b",
|
"rev": "bb81755a3674951724d79b8cba6bbff01409d44d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
# 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 = {
|
||||||
url = "github:tpwrules/nixos-apple-silicon";
|
# Temporarily use https://github.com/tpwrules/nixos-apple-silicon/pull/284
|
||||||
|
# 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.
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
dmg2img
|
dmg2img
|
||||||
exiftool
|
exiftool
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
gcc-arm-embedded
|
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
htop
|
htop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue