nix stuff
This commit is contained in:
parent
cf8f914df0
commit
c13b257083
3 changed files with 4 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -211,3 +211,6 @@ FakesAssemblies/
|
|||
|
||||
# Codex
|
||||
.codex
|
||||
|
||||
# Nix
|
||||
result
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{ fetchNuGet }:
|
||||
[
|
||||
(fetchNuGet {
|
||||
pname = "FSharp.Core";
|
||||
version = "10.1.201";
|
||||
sha256 = "sha256-NzxdRJgL+5RQpUm8Y6Mc0w7sakxqThv6qHpP+u0x5x0=";
|
||||
})
|
||||
]
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue