update readme

This commit is contained in:
XenGi 2024-08-11 22:35:06 +02:00
parent b343500d92
commit e0baa020c3
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -26,9 +26,9 @@ Example flake setup (untested):
{ {
description = "Example Flake to install sanic on your host"; description = "Example Flake to install sanic on your host";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
sanic = { sanic = {
url = "gitlab.com/XenGi/sanic"; url = gitlab:XenGi/sanic/main;
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };