Package
This commit is contained in:
parent
c3bd4e1f55
commit
f7e7daf325
5 changed files with 558 additions and 0 deletions
8
Mutannot/deps.nix
Normal file
8
Mutannot/deps.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ fetchNuGet }:
|
||||
[
|
||||
(fetchNuGet {
|
||||
pname = "FSharp.Core";
|
||||
version = "10.1.201";
|
||||
sha256 = "sha256-NzxdRJgL+5RQpUm8Y6Mc0w7sakxqThv6qHpP+u0x5x0=";
|
||||
})
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue