I hereby claim:
- I am juselius on github.
- I am juselius (https://keybase.io/juselius) on keybase.
- I have a public key whose fingerprint is 2516 A57A 3012 7962 287D B66E C1A9 157F 0A59 7A66
To claim this, I am signing this object:
| { pkgs, kernel ? pkgs.linux, ... } : | |
| with pkgs; | |
| let | |
| version = "7.4.0"; | |
| in stdenvNoCC.mkDerivation { | |
| pname = "beegfs"; | |
| inherit version; | |
| src = fetchurl { | |
| name = "beegfs-archive-${version}.tar.bz2"; |
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project> | |
| <PropertyGroup> | |
| <FscToolPath>$(HOME)/.nix-profile/bin</FscToolPath> | |
| <FscToolExe>fsharpc</FscToolExe> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="FSharp.Data.SqlProvider"> | |
| <HintPath>$(HOME)/.nuget/packages/sqlprovider/1.1.55/lib/net451/FSharp.Data.SqlProvider.dll</HintPath> | |
| </Reference> |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| sed -i ' | |
| /<OutputType>/a \ | |
| <MonoLibraryPath>/run/current-system/sw/lib/mono/4.5/</MonoLibraryPath> | |
| /Microsoft.FSharp.Targets/,/<Import Project=.*FSharpTargetsPath/ { | |
| /\/Otherwise/i \ | |
| <PropertyGroup Condition="Exists(\x27$(MonoLibraryPath)/Microsoft.FSharp.Targets\x27)">\ | |
| <FSharpTargetsPath>$(MonoLibraryPath)/Microsoft.FSharp.Targets</FSharpTargetsPath>\ | |
| </PropertyGroup> |