Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 11 additions & 24 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
};

nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-24.05";
# 本来は公式の`github:nix-community/nix-on-droid`の最新版リリースを使いたい。
Comment thread
ncaq marked this conversation as resolved.
# しかしNix-on-Droidが同梱するproot-termuxは`glibc 2.42`の`TCGETS2` ioctlに未対応で、
# `26.05`の`glibc 2.42`ではインストールが`Permission denied`の権限エラーになる。
# proot-termuxを修正する[PR](https://github.com/nix-community/nix-on-droid/pull/529)が、
# まだ未マージなので暫定でそのブランチ(masterベース)を直接参照する。
# 問題がなくなったら正式リリースに戻す。
url = "github:newAM/nix-on-droid/update-proot";
Comment thread
ncaq marked this conversation as resolved.
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
Expand Down
Loading