Allow experimental nix features
This commit is contained in:
parent
74585ec4a7
commit
e2bb686d12
|
@ -20,6 +20,7 @@ in
|
|||
{
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
programs =
|
||||
let
|
||||
|
@ -428,6 +429,7 @@ in
|
|||
neofetch
|
||||
|
||||
# nix utils
|
||||
nix
|
||||
nix-diff
|
||||
nix-tree
|
||||
nix-output-monitor
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
|
|
Loading…
Reference in a new issue