Skip to content

Commit

Permalink
35 papercuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Nov 22, 2024
1 parent b3b279b commit 6e18a57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Use `scrcpy` over Tailscale on `hermes-macos`
- Updated `nix-darwin`
- Added `*.qcow2` to `gitignore` to prevent `jj` adding them to commits
- Fixed `packages'.check` failing to build on Linux
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
user = "enzime";
system = "aarch64-darwin";
modules = builtins.attrNames {
inherit (modules) laptop linux-builder personal;
inherit (modules) android laptop linux-builder personal;
};
}
{
Expand Down
3 changes: 2 additions & 1 deletion modules/android.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
};

homeModule = { pkgs, ... }: {
home.packages = builtins.attrValues { inherit (pkgs) scrcpy; };
home.packages =
builtins.attrValues { inherit (pkgs) android-tools scrcpy; };
};
}

0 comments on commit 6e18a57

Please sign in to comment.