Allow experimental nix features
This commit is contained in:
parent
74585ec4a7
commit
e2bb686d12
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue