diff options
author | Aylur <[email protected]> | 2024-09-12 01:00:28 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-12 01:00:28 +0200 |
commit | 865675a0122faae76db3196c5cba96e012f9e2e7 (patch) | |
tree | 1aac03f440d0425f94a1d90d2a2156d8c9c29b71 /docs/getting-started | |
parent | cbedb70d07664287dd53aeb4dd52918ccd862667 (diff) |
docs: fix url
Diffstat (limited to 'docs/getting-started')
-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"; }; }; |