Skip to content

Instantly share code, notes, and snippets.

View Mawfyy's full-sized avatar

Mawfyy

  • Colombia
View GitHub Profile
@Mawfyy
Mawfyy / gist:3df98b3a7729735b229d59cd616b81cc
Last active March 17, 2024 13:46
How to make geode sdk works in nixOS
All you need to know is you need to make your FHS environment using pkgs.buildFHSEnv like this:
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSEnv {
name = "simple-x11-env";
targetPkgs = pkgs: (with pkgs; [
udev