docs: fix url

This commit is contained in:
Aylur
2024-09-12 01:00:28 +02:00
parent cbedb70d07
commit 865675a012
+1 -1
View File
@@ -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";
};
};