mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fix phoenix build when dotfiles are unlocked
This commit is contained in:
parent
909764d6a9
commit
c1fde985f0
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@
|
|||
if [ "$#" -gt 1 ]; then
|
||||
echo "Warning: The 'build' command has no subcommands (no $2 subcommand)";
|
||||
fi
|
||||
chown -R 0:0 ${config.systemSettings.dotfilesDir};
|
||||
chown -R 0:0 ${config.systemSettings.secretsFlakeDir};
|
||||
pushd ${config.systemSettings.dotfilesDir} &> /dev/null;
|
||||
nixos-rebuild build --flake .#snowfire;
|
||||
attic push emmet ./result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue