From 856092cc7674433b7eb49516a24377a655204d62 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 6 Aug 2026 19:00:53 +0300 Subject: [PATCH] sm --- droid/epral.nix | 1 + home/shared/strict.nix | 1 + 2 files changed, 2 insertions(+) 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"; }; };