From c805f3e58a54631ad4d650bd239d5530181ea4f7 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sun, 3 Apr 2022 07:14:01 +0530 Subject: [PATCH] change URLs to match upstream Signed-off-by: Amneesh Singh --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index e74353f..c03e5e4 100644 --- a/README.org +++ b/README.org @@ -26,20 +26,20 @@ nixos-rebuild switch --flake .#Satori #+end_src or #+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 Replace ~Satori~ with whatever system you want or replace with whatever hostname you want in the config * How home-manager workey Just do #+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 * How packages workey To build or run any of the packages in this flake do #+begin_src sh -nix <"run"/"build"> github:natto1784/dotfiles#pkgs.. +nix <"run"/"build"> "git+https://git.weirdnatto.in/natto1784/dotfiles?ref=nixos"#pkgs.. #+end_src -----