More flake fixes
This commit is contained in:
parent
6d98d85642
commit
597b50ebef
13 changed files with 133 additions and 27 deletions
|
|
@ -29,7 +29,10 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue