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

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