Alexander Sosedkin
7f2331bb02
Pin htop patch revision
2020-01-17 03:45:49 +01:00
Tobias Happ
93d081c3bc
Add htop overlay
2020-01-14 17:45:11 +01:00
Tobias Happ
1f6e469bd3
Fix typo in default.nix
2020-01-13 20:01:43 +01:00
Tobias Happ
5cdf09fb1d
Update nix-on-droid repo name in default.nix
2020-01-13 20:01:43 +01:00
Alexander Sosedkin
8ccf18b8ec
Rename the repository, dropping -bootstrap
2020-01-13 00:46:53 +01:00
Tobias Happ
d9fd49b6c4
nix-on-droid: add -I argument
2020-01-13 00:28:10 +01:00
Tobias Happ
9323f2f573
time: Add timeZone option
2020-01-12 20:48:41 +01:00
Tobias Happ
7e6946c627
Add nixpkgs.config and overlays option
2020-01-12 20:33:03 +01:00
Alexander Sosedkin
bbb0e8ffbf
Tweak user-facing messages
2020-01-09 22:50:40 +01:00
Tobias Happ
eb2f3bca34
login-inner: source session-init on initial build
2020-01-09 22:32:13 +01:00
Alexander Sosedkin
ad7345897f
Relicense to MIT License
...
Fixes: https://github.com/t184256/nix-on-droid-bootstrap/issues/44
2020-01-09 22:04:22 +01:00
Tobias Happ
c9e9ae3040
home-manager: Add backupFileExtension option
2020-01-08 03:08:58 +01:00
Tobias Happ
daf69b959d
Add --file argument for nix-on-droid
2020-01-08 01:29:18 +01:00
Alexander Sosedkin
38e7b238ae
Fix installation (missing session-init)
2020-01-07 07:10:05 +01:00
Tobias Happ
d848df3a33
Increase priority value to avoid conflict
...
When enabling useUserPackages, there is a conflict of duplicate package
installations.
2020-01-07 05:37:24 +01:00
Tobias Happ
a1c91e7753
Add LOCALE_ARCHIVE env variable
2020-01-07 05:14:30 +01:00
Tobias Happ
1e2f21748a
Add environment variable management
2020-01-07 05:14:30 +01:00
Alexander Sosedkin
abbafa9549
Tweak the migration guide
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
2ec1655be8
Do not fail migration on missing basic-environment
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
b9de0afc3f
Clarify when you do/don't need your own cachix
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
6cac2c4cb9
Suggest stable home-manager instead of master
...
home-manager was usually super-reliable even on its master branch.
Now it finally broke stable compatibility in master.
2020-01-04 00:54:01 +01:00
Tobias Happ
11679d167d
Remove obsolete build script
2020-01-04 00:54:01 +01:00
Tobias Happ
b6c7e33a89
Import closure of prootTermux in nix-directory derivation
2020-01-04 00:54:01 +01:00
Tobias Happ
03b5fcfc14
Replace tabs by spaces as defined in editorconfig
2020-01-04 00:54:01 +01:00
Tobias Happ
0647fc2535
Use user name of user module
2020-01-04 00:54:01 +01:00
Tobias Happ
a1a8485578
Be more error prone and explicit
2020-01-04 00:54:01 +01:00
Tobias Happ
3a1e13fd20
Always use long option names for more clarity
2020-01-04 00:54:01 +01:00
Tobias Happ
af2e0b7af0
Remove bashism to be posix compliant
2020-01-04 00:54:01 +01:00
Tobias Happ
fd73d76faf
Fix inconsistent naming
2020-01-04 00:54:01 +01:00
Tobias Happ
02fc597dd5
Make arches and nixOnDroidChannelURL overridable
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
b937531d13
Bundle talloc closure along with proot
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
c4e71dd000
Tweak output of build.sh
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
c8f577bad3
Fix reverting to a home-manager-less generation
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
4018b987bf
Add a build script to patch paths and inject proot
2020-01-04 00:54:01 +01:00
Tobias Happ
c399757156
Add and update documentation in README
2020-01-04 00:54:01 +01:00
Alexander Sosedkin
b314d131b2
Exclude talloc.so, stop pulling in NDK
2020-01-04 00:54:01 +01:00
Tobias Happ
be94291b9b
Fix etc cleanup and be more verbose
2020-01-04 00:54:01 +01:00
Tobias Happ
4814fca275
Use bash strict mode for login
2020-01-04 00:54:01 +01:00
Tobias Happ
90e5fb2f49
Fix issues of lazy install of login-inner
...
If initalisation is done, a new session would result in a reinit as
login-inner is not installed. The file /etc/UNINTIALISED helps to
prevent this from happening.
The same applies to any logic like home-manager sourcing which would
only take effect after restarting the app.
2020-01-04 00:54:01 +01:00
Tobias Happ
e0ee316311
Fix path to default nix-on-droid.nix
2020-01-04 00:54:01 +01:00
Tobias Happ
8207570eef
Fix typos
2020-01-04 00:54:01 +01:00
Tobias Happ
a5c87e45c2
Force nix-env -u through setting version number
2020-01-04 00:54:01 +01:00
Tobias Happ
db4604d78d
Fix conflicts with previous home-manager installations
2020-01-04 00:54:01 +01:00
Tobias Happ
c6a2a992fe
Add missing toString for null values
2020-01-04 00:54:01 +01:00
Tobias Happ
4b0db68944
Silence command outputs and satisfy set -u
2020-01-04 00:54:01 +01:00
Tobias Happ
0b49d57487
Check hm-session-vars only if home-manager is enabled
2020-01-04 00:54:01 +01:00
Tobias Happ
c16fab55c0
Set priority to same value as hm-install
2020-01-04 00:54:01 +01:00
Tobias Happ
8df2d1d55c
Set writable bit for default config
2020-01-04 00:54:01 +01:00
Tobias Happ
2caabff900
Add migration script
2020-01-04 00:54:01 +01:00
Tobias Happ
141df13aa2
Add do not edit comments in login/login-inner
2020-01-04 00:54:01 +01:00