Fix flake url in README.md
This commit is contained in:
parent
54df2c1238
commit
a53e5eb676
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Below is a minimal example:
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
nixinate.url = "github:matthewcroughan/nixinate";
|
||||
nixinate.url = "git+https://git.vlt81.de/tristan/nixinate.git";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixinate }: {
|
||||
|
|
Loading…
Add table
Reference in a new issue