mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fix nix cache permission errors?
This commit is contained in:
parent
de490f478d
commit
9637ddbb8c
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
||||||
|
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
# Fix root-owned sqlite errors
|
|
||||||
sudo chown -R 1000:users ~/.cache/nix;
|
|
||||||
|
|
||||||
# Install and build home-manager configuration
|
# Install and build home-manager configuration
|
||||||
home-manager switch --flake $SCRIPT_DIR#user;
|
home-manager switch --flake $SCRIPT_DIR#user;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue