Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-16 19:18:42 +00:00
parent 28bedadc16
commit 5ea67b4bf1
3 changed files with 2 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ with pkgs; [
mas mas
raycast raycast
whatsapp-for-mac whatsapp-for-mac
(callPackage ../bin/open-project.nix {})
] ]

View File

@@ -1,4 +1,5 @@
{pkgs}: {pkgs}:
with pkgs; [ with pkgs; [
gcc15 gcc15
(callPackage ../../bin/open-project.nix {})
] ]