change URLs to match upstream
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -26,20 +26,20 @@ nixos-rebuild switch --flake .#Satori
|
|||||||
#+end_src
|
#+end_src
|
||||||
or
|
or
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
nixos-rebuild switch --flake github:natto1784/dotfiles#Satori
|
nixos-rebuild switch --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"
|
||||||
#+end_src
|
#+end_src
|
||||||
Replace ~Satori~ with whatever system you want or replace with whatever hostname you want in the config
|
Replace ~Satori~ with whatever system you want or replace with whatever hostname you want in the config
|
||||||
|
|
||||||
* How home-manager workey
|
* How home-manager workey
|
||||||
Just do
|
Just do
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
nix run nixpkgs#home-manager switch -- --flake github:natto1784/dotfiles
|
nix run nixpkgs#home-manager switch -- --flake "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* How packages workey
|
* How packages workey
|
||||||
To build or run any of the packages in this flake do
|
To build or run any of the packages in this flake do
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
nix <"run"/"build"> github:natto1784/dotfiles#pkgs.<your_arch>.<package_name>
|
nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"#pkgs.<your_arch>.<package_name>
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
Reference in New Issue
Block a user