#12: Move some other files back to root

This commit is contained in:
Elian Doran 2024-05-11 23:24:06 +03:00
parent f8bc31fb3d
commit 079df7f62c
No known key found for this signature in database
3 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSUserEnv {
name = "electron-env";
targetPkgs = pkgs: (with pkgs;
[
nodejs python libcxx systemd libpulseaudio libdrm mesa stdenv.cc.cc
alsa-lib atk at-spi2-atk at-spi2-core cairo cups dbus expat fontconfig
freetype gdk-pixbuf glib gtk3 libnotify libuuid nspr nss pango systemd
libappindicator-gtk3 libdbusmenu libxkbcommon
]
) ++ (with pkgs.xorg;
[
libXScrnSaver libXrender libXcursor libXdamage libXext libXfixes libXi
libXrandr libX11 libXcomposite libxshmfence libXtst libxcb
]
);
}).env