From e0baa020c3644afeafd7978a4071cecaff54f5b8 Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Sun, 11 Aug 2024 22:35:06 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7200b09..e8eb686 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Example flake setup (untested): { description = "Example Flake to install sanic on your host"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05; sanic = { - url = "gitlab.com/XenGi/sanic"; + url = gitlab:XenGi/sanic/main; inputs.nixpkgs.follows = "nixpkgs"; }; };