l mors.r: use nixUnstable

This commit is contained in:
lassulus 2018-01-20 13:03:21 +01:00
parent 2398bc71ee
commit 247aad46d3

View file

@ -192,7 +192,7 @@ with import <stockholm/lib>;
'';
};
#nix.package = pkgs.nixUnstable;
nix.package = pkgs.nixUnstable;
programs.adb.enable = true;
users.users.mainUser.extraGroups = [ "adbusers" ];
}