update readme
This commit is contained in:
parent
b343500d92
commit
e0baa020c3
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue