This website requires JavaScript.
Explore
Help
Sign In
coolneng
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
867b817501
dotfiles
/
nix
/
.config
/
nixpkgs
/
config.nix
5 lines
63 B
Nix
Raw
Normal View
History
Unescape
Escape
Accept android sdk license in nix-shell
2020-10-21 23:13:08 +02:00
{
allowUnfree
=
true
;
android_sdk
.
accept_license
=
true
;
}