mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-06 21:35:51 +02:00
NixOS flake is now pure
This commit is contained in:
parent
f8f2b0d808
commit
dd2adbd0ff
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
pushd $DIR
|
pushd $DIR
|
||||||
|
|
||||||
sudo nixos-rebuild switch --flake '..#' --impure
|
sudo nixos-rebuild switch --flake '..#'
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue