Update to nixos 22.05

master
Michael Raitza 2022-09-11 09:55:14 +02:00
parent 7fe59dee18
commit badc12bacb
2 changed files with 5 additions and 6 deletions

View File

@ -2,10 +2,9 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1649541905,
"narHash": "sha256-e8uePwD302weU4saoLg5uhb0yI5ZbHl/L49ncKejh5o=",
"path": "/nix/store/bzydgk2vb1lh6zkf1x77r4l0r0r99kd6-source",
"rev": "db81927829becddb57db2b3b3e34301ed4af8d0a",
"lastModified": 0,
"narHash": "sha256-AtjyEFK7Zp9+hOOUNO1/YZRADV/wC94R3yeKN8saUK4=",
"path": "/nix/store/is6z85ghbw08q2qfpmi671hkjnycw7y7-source",
"type": "path"
},
"original": {

View File

@ -189,12 +189,12 @@ in buildFHSUserEnv rec {
# Also add GAppsWrapper environment stuff such that binaries see the GTK theme...
targetPkgs = pkgs: (with pkgs; [ unzip atk gdk_pixbuf cairo pango mesa_glu libGL openalSoft gtk2 glib dbus pulseaudio vulkan-tools vulkan-loader ] ++
targetPkgs = pkgs: (with pkgs; [ unzip atk gdk-pixbuf cairo pango mesa_glu libGL openalSoft gtk2 glib dbus pulseaudio vulkan-tools vulkan-loader ] ++
(with xorg; [ libX11 libXext libXrandr libXcursor libXinerama ]) ++
# For reality expansion pack
[ stdenv.cc.cc.lib curl openssl ] ++
# For fly with lua
[ freeglut libudev ]);
[ freeglut udev ]);
extraBuildCommands = ''
chmod u+w $out/etc