diff options
-rw-r--r-- | docs/getting-started/nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/nix.md b/docs/getting-started/nix.md index 8bd5965..bfdfdc7 100644 --- a/docs/getting-started/nix.md +++ b/docs/getting-started/nix.md @@ -12,7 +12,7 @@ Using Astal on Nix will require you to package your project. nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; astal = { inputs.nixpkgs.follows = "nixpkgs"; - url = "github:nixos/nixpkgs/nixos-unstable"; + url = "github:aylur/astal"; }; }; |