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

3
.gitignore vendored
View file

@ -211,3 +211,6 @@ FakesAssemblies/
# Codex # Codex
.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"; version = "0.1.0";
src = ./Mutannot; src = ./Mutannot;
projectFile = "Mutannot.fsproj"; projectFile = "Mutannot.fsproj";
nugetDeps = ./Mutannot/deps.nix; nugetDeps = ./Mutannot/deps.json;
executables = [ "mutannot" ]; executables = [ "mutannot" ];
dotnet-sdk = pkgs.dotnet-sdk_10; dotnet-sdk = pkgs.dotnet-sdk_10;
dotnet-runtime = pkgs.dotnet-sdk_10; dotnet-runtime = pkgs.dotnet-sdk_10;