mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
dotnet: fix typo in name of web test
This commit is contained in:
parent
62801bb1ec
commit
dc8b444406
@ -108,7 +108,7 @@
|
||||
};
|
||||
|
||||
web = mkDotnetTest {
|
||||
name = "publish";
|
||||
name = "web";
|
||||
template = "web";
|
||||
build = "dotnet publish -o $out";
|
||||
runInputs = [ expect curl ];
|
||||
|
Loading…
Reference in New Issue
Block a user