define nix.package

This commit is contained in:
2025-01-16 23:36:17 -06:00
parent 399917f357
commit 0d0c7994ed

View File

@@ -28,6 +28,8 @@
home.homeDirectory = "/data/data/com.termux.nix/files/home";
nix = {
package = pkgs.nix;
nixPath = [
"nixpkgs=${inputs.nixpkgs}"
];