Skip to content

Commit

Permalink
Deploying to deploy from @ ff61961 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
doyougnu committed May 7, 2024
1 parent 85c9bb7 commit c41ea5d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir ::


bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
bindir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/bin"
libdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/lib/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0-inplace-lethargy-asm"
dynlibdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/lib/x86_64-linux-ghc-9.4.8"
datadir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/share/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0"
libexecdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/libexec/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0"
sysconfdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.g5VKNxnWJg/etc"
bindir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/bin"
libdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/lib/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0-inplace-lethargy-asm"
dynlibdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/lib/x86_64-linux-ghc-9.4.8"
datadir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/share/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0"
libexecdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/libexec/x86_64-linux-ghc-9.4.8/lethargy-0.1.0.0"
sysconfdir = "/tmp/nix-build-hoh-0.0.1.drv-0/tmp.3duGRNwrrO/etc"

getBinDir = catchIO (getEnv "lethargy_bindir") (\_ -> return bindir)
getLibDir = catchIO (getEnv "lethargy_libdir") (\_ -> return libdir)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified _static/dist-newstyle/cache/config
Binary file not shown.
Binary file modified _static/dist-newstyle/cache/elaborated-plan
Binary file not shown.
Binary file modified _static/dist-newstyle/cache/improved-plan
Binary file not shown.
Binary file modified _static/dist-newstyle/cache/solver-plan
Binary file not shown.

0 comments on commit c41ea5d

Please sign in to comment.