Update to nixos 22.05
parent
7fe59dee18
commit
badc12bacb
|
@ -2,10 +2,9 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1649541905,
|
"lastModified": 0,
|
||||||
"narHash": "sha256-e8uePwD302weU4saoLg5uhb0yI5ZbHl/L49ncKejh5o=",
|
"narHash": "sha256-AtjyEFK7Zp9+hOOUNO1/YZRADV/wC94R3yeKN8saUK4=",
|
||||||
"path": "/nix/store/bzydgk2vb1lh6zkf1x77r4l0r0r99kd6-source",
|
"path": "/nix/store/is6z85ghbw08q2qfpmi671hkjnycw7y7-source",
|
||||||
"rev": "db81927829becddb57db2b3b3e34301ed4af8d0a",
|
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -189,12 +189,12 @@ in buildFHSUserEnv rec {
|
||||||
|
|
||||||
# Also add GAppsWrapper environment stuff such that binaries see the GTK theme...
|
# 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 ]) ++
|
(with xorg; [ libX11 libXext libXrandr libXcursor libXinerama ]) ++
|
||||||
# For reality expansion pack
|
# For reality expansion pack
|
||||||
[ stdenv.cc.cc.lib curl openssl ] ++
|
[ stdenv.cc.cc.lib curl openssl ] ++
|
||||||
# For fly with lua
|
# For fly with lua
|
||||||
[ freeglut libudev ]);
|
[ freeglut udev ]);
|
||||||
|
|
||||||
extraBuildCommands = ''
|
extraBuildCommands = ''
|
||||||
chmod u+w $out/etc
|
chmod u+w $out/etc
|
||||||
|
|
Loading…
Reference in New Issue