Rewrite #1

Open
svenvanheugten wants to merge 23 commits from mutannot-rewrite into main
3 changed files with 4 additions and 9 deletions
Showing only changes of commit c13b257083 - Show all commits

3
.gitignore vendored
View file

@ -211,3 +211,6 @@ FakesAssemblies/
# Codex
.codex
# Nix
result

View file

@ -1,8 +0,0 @@
{ fetchNuGet }:
[
(fetchNuGet {
pname = "FSharp.Core";
version = "10.1.201";
sha256 = "sha256-NzxdRJgL+5RQpUm8Y6Mc0w7sakxqThv6qHpP+u0x5x0=";
})
]

View file

@ -27,7 +27,7 @@
version = "0.1.0";
src = ./Mutannot;
projectFile = "Mutannot.fsproj";
nugetDeps = ./Mutannot/deps.nix;
nugetDeps = ./Mutannot/deps.json;
executables = [ "mutannot" ];
dotnet-sdk = pkgs.dotnet-sdk_10;
dotnet-runtime = pkgs.dotnet-sdk_10;