mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Updated systems
This commit is contained in:
parent
145505bd25
commit
13d7a83981
7 changed files with 154 additions and 80 deletions
|
@ -37,11 +37,11 @@
|
|||
pushd ${config.systemSettings.dotfilesDir} &> /dev/null;
|
||||
nix flake update "''${@:2}";
|
||||
popd &> /dev/null;
|
||||
if [ "$#" -eq 1 ]; then
|
||||
pushd ${config.systemSettings.secretsFlakeDir} &> /dev/null;
|
||||
nix flake update;
|
||||
popd &> /dev/null;
|
||||
fi
|
||||
#if [ "$#" -eq 1 ]; then
|
||||
# pushd ${config.systemSettings.secretsFlakeDir} &> /dev/null;
|
||||
# nix flake update;
|
||||
# popd &> /dev/null;
|
||||
#fi
|
||||
exit 0;
|
||||
elif [ "$1" = "pull" ]; then
|
||||
if [ "$#" -gt 1 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue