haskell-nix VS nixGL

Compare haskell-nix vs nixGL and see what are their differences.

haskell-nix

Nix and Haskell in production (by Gabriella439)

nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou] (by nix-community)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
haskell-nix nixGL
6 25
1,125 597
- 4.9%
2.7 5.2
7 months ago 15 days ago
Nix Nix
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

haskell-nix

Posts with mentions or reviews of haskell-nix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-05.

nixGL

Posts with mentions or reviews of nixGL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-28.
  • Nix without NixOS, how doable is this and how much do I miss?
    2 projects | /r/NixOS | 28 Sep 2023
    Essentially, running stuff that needs GL graphics is a bit funky... There's a workaround called nixGL though.
  • Calibre Replacement Considerations
    6 projects | news.ycombinator.com | 2 Sep 2023
    I think installing Calibre is a good use case for installing Nix (www.nixos.org).

    Unfortunately, you might also need https://github.com/guibou/nixGL to run graphical apps under Nix. It's a shell script to use the correct OpenGL library.

  • Nix-env apps on Debian unable to be executed via GUI KDE.
    1 project | /r/NixOS | 30 Jun 2023
    Try the NixGL wrapper.
  • Issue: with python-matplotlib
    1 project | /r/NixOS | 19 May 2023
    Are you running the Nix package manager on not-NixOS? If so I recall needing NixGL for OpenGL integration.
  • How do I update packages when using home-manager?
    2 projects | /r/NixOS | 7 Apr 2023
    $ nix-channel --list home-manager https://github.com/nix-community/home-manager/archive/release-22.05.tar.gz nixgl https://github.com/guibou/nixGL/archive/main.tar.gz nixos https://nixos.org/channels/nixos-unstable
  • functional
    2 projects | /r/linuxmemes | 24 Mar 2023
    Needs a separate program to run GUI applications on non-NixOS systems
  • Imagine your entire purpose being made completely obsolete by a single compiler option
    1 project | /r/linuxmemes | 22 Feb 2023
    IMO the proper solution to this is Nix/Guix, since they have the best of both worlds (sharing libraries where possible, but allowing different versions where needed). Shame that libGL is a mess and as such is difficult to get right in this way, and as such you need hacks like https://github.com/guibou/nixGL for most GUI stuff. That said, people are working on improving the situation.
  • Setting up my new laptop: Nix style
    5 projects | news.ycombinator.com | 24 Dec 2022
    I get what you mean, but keep in mind that for every distro you're reliant on the community to get nvidia support integrated. Also if you only have few apps that require it, then the nixGL flake is not bad. https://github.com/guibou/nixGL
  • Unable to run alacritty using nix
    1 project | /r/linuxquestions | 29 Nov 2022
    nix-channel --add https://github.com/guibou/nixGL/archive/main.tar.gz nixgl && nix-channel --update warning: unable to download 'https://cache.nixos.org/v5djb4jw3hg4brdbidqaspin8n8isyq6.narinfo': SSL peer certificate or SSH remote key was not OK (60); retrying in 259 ms these derivations will be built: /nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv building '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv'... while setting up the build environment: executing '/bin/bash': No such file or directory builder for '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv' failed with exit code 1 error: build of '/nix/store/gm6gq44ivdqgmrsvlsr08d2nqjircgds-nixgl.drv' failed error: program '/usr/bin/nix-build' failed with exit code 100
  • Nix + home-manager on Steam Deck
    1 project | /r/SteamDeck | 17 Nov 2022
    Applications using openGL or Vulkan need to be wrapped for example using https://github.com/guibou/nixGL/blob/main/nixGL.nix . You can use a nix function like

What are some alternatives?

When comparing haskell-nix and nixGL you can also consider the following projects:

haskell.nix - Alternative Haskell Infrastructure for Nixpkgs

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

nix-ros-overlay - ROS overlay for the Nix package manager

flake-utils-plus - Use Nix flakes without any fluff.

robotnix - Build Android (AOSP) using Nix [maintainer=@danielfullmer,@Atemu]

not-os - An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.

nix-templates - Nix Flake templates for various languages

archbox - Easy to use Arch Linux chroot environment with some functionalities to integrate it with your existing Linux installation. Mirror of https://momodev.lemniskett.moe/lemniskett/archbox

static-haskell-nix - easily build most Haskell programs into fully static Linux executables

napalm - Support for building npm packages in Nix and lightweight npm registry [maintainer @jtojnar]

nixpkgs - Nix Packages collection & NixOS

nix-bundle - Bundle Nix derivations to run anywhere!