Skip to content

Commit

Permalink
install Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
bebstein-pass committed Dec 17, 2024
1 parent f242cc9 commit 1614c3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
let
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = [
brew-nix.overlays.default
];
Expand All @@ -33,6 +34,7 @@
]
++
(lib.optionals pkgs.stdenv.hostPlatform.isDarwin [
pkgs.brewCasks.android-studio
pkgs.brewCasks.firefox
]);
};
Expand Down

0 comments on commit 1614c3d

Please sign in to comment.