Reverting *some autoinstall script changes

This commit is contained in:
Emmet 2024-03-09 11:28:18 -06:00
parent 8c0e989ed0
commit 7f0daacd08
3 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ I wrote some reinstall notes for myself [[./install.org][here (install.org)]].
TLDR: You should™ be able to install my dotfiles to a fresh NixOS system with the following experimental script:
#+begin_src sh :noeval
nix-shell -p git nixFlakes --command "nix run gitlab:librephoenix/nixos-config"
nix-shell -p git --command "nix run --experimental-features 'nix-command flakes' gitlab:librephoenix/nixos-config"
#+end_src
Disclaimer: Ultimately, I can't gaurantee this will work for anyone other than myself, so /use this at your own discretion/. Also my dotfiles are /highly/ opinionated, which you will discover immediately if you try them out.