mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-12-14 17:35:40 +00:00
Delete unnecessary lines (#53)
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
projectFile = "./AdventOfCode2022.App/AdventOfCode2022.App.fsproj";
|
||||
testProjectFile = "./AdventOfCode2022.Test/AdventOfCode2022.Test.fsproj";
|
||||
pname = "AdventOfCode2022";
|
||||
outputFiles = [""];
|
||||
arrayToShell = a: toString (map (pkgs.lib.escape (pkgs.lib.stringToCharacters "\\ ';$`()|<>\t")) a);
|
||||
dotnet-sdk = pkgs.dotnet-sdk_7;
|
||||
dotnet-runtime = pkgs.dotnetCorePackages.runtime_7_0;
|
||||
version = "0.0.1";
|
||||
|
||||
Reference in New Issue
Block a user