mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
ops: tewi init
This commit is contained in:
parent
3f2422b20f
commit
67c2e70205
10 changed files with 154 additions and 50 deletions
|
|
@ -12,6 +12,6 @@ final: prev: {
|
|||
gensokyoZone = final.callPackage ./gensokyoZone { };
|
||||
oomox = final.callPackage ./oomox.nix { };
|
||||
wezterm = final.callPackage ./wezterm {
|
||||
inherit (final.darwin.apple_sdk.frameworks) Cocoa CoreGraphics Foundation;
|
||||
inherit (final.darwin.apple_sdk.frameworks) Cocoa CoreGraphics Foundation UserNotifications;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
, CoreGraphics
|
||||
, Cocoa
|
||||
, Foundation
|
||||
, UserNotifications
|
||||
, libiconv
|
||||
, nixosTests
|
||||
, runCommand
|
||||
|
|
@ -69,6 +70,7 @@ rustPlatform.buildRustPackage rec {
|
|||
] ++ lib.optionals stdenv.isDarwin [
|
||||
Cocoa
|
||||
CoreGraphics
|
||||
UserNotifications
|
||||
Foundation
|
||||
libiconv
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue