This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |