Compare commits

...
1 Commits
Author SHA1 Message Date
oqyude 856092cc76 sm 2026-08-06 19:00:58 +03:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ let
gzip gzip
zip zip
unzip unzip
ncurses
]; ];
# Backup etc files instead of failing to activate generation if a file already exists in /etc # Backup etc files instead of failing to activate generation if a file already exists in /etc
+1
View File
@@ -116,6 +116,7 @@
pip2nix = "nix run github:nix-community/pip2nix --"; # https://github.com/nix-community/pip2nix pip2nix = "nix run github:nix-community/pip2nix --"; # https://github.com/nix-community/pip2nix
pip2nix-g = "nix run github:nix-community/pip2nix -- generate -r"; pip2nix-g = "nix run github:nix-community/pip2nix -- generate -r";
json2nix = "nix run github:sempruijs/json2nix"; json2nix = "nix run github:sempruijs/json2nix";
reb = "nix-on-droid switch --flake ~/.config/nix-on-droid";
}; };
}; };