diff --git a/droid/epral.nix b/droid/epral.nix index 134e144..608a236 100644 --- a/droid/epral.nix +++ b/droid/epral.nix @@ -63,6 +63,7 @@ let gzip zip unzip + ncurses ]; # Backup etc files instead of failing to activate generation if a file already exists in /etc diff --git a/home/shared/strict.nix b/home/shared/strict.nix index baa261a..5c9febe 100644 --- a/home/shared/strict.nix +++ b/home/shared/strict.nix @@ -116,6 +116,7 @@ pip2nix = "nix run github:nix-community/pip2nix --"; # https://github.com/nix-community/pip2nix pip2nix-g = "nix run github:nix-community/pip2nix -- generate -r"; json2nix = "nix run github:sempruijs/json2nix"; + reb = "nix-on-droid switch --flake ~/.config/nix-on-droid"; }; };