Compare commits
2 commits
1aac1a859b
...
e0294e9bd3
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | e0294e9bd3 | ||
Dmitry Voronin | ef2785fcdb |
|
@ -154,6 +154,7 @@
|
||||||
{
|
{
|
||||||
${system}.default = pkgs.mkShell {
|
${system}.default = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
|
cloc
|
||||||
nixd
|
nixd
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
|
|
@ -27,7 +27,7 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.packages = package.core;
|
environment.packages = package.core;
|
||||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
nix.extraOptions = "experimental-features = nix-command flakes pipe-operators";
|
||||||
system.stateVersion = const.droidStateVersion;
|
system.stateVersion = const.droidStateVersion;
|
||||||
time.timeZone = const.timeZone;
|
time.timeZone = const.timeZone;
|
||||||
terminal = { inherit (android) font colors; };
|
terminal = { inherit (android) font colors; };
|
||||||
|
|
Loading…
Reference in a new issue