nix stuff

This commit is contained in:
Sven van Heugten 2026-05-12 16:47:24 +02:00
parent cf8f914df0
commit c13b257083
No known key found for this signature in database
GPG key ID: D612F88666F4F660
3 changed files with 4 additions and 9 deletions

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;