Allow experimental nix features

This commit is contained in:
Geoffrey Frogeye 2024-01-05 18:36:49 +01:00
parent 74585ec4a7
commit e2bb686d12
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -29,6 +29,7 @@
];
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
programs = {
adb.enable = true;