add missing semicolon
This commit is contained in:
parent
862760e50e
commit
a6aa3085e0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
satisfactory-server = {
|
satisfactory-server = {
|
||||||
url = "github:nekowinston/satisfactory-server-flake"
|
url = "github:nekowinston/satisfactory-server-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue