Compare commits

...

1 Commits

Author SHA1 Message Date
Nathan Dwarshuis ffa4e593bc WIP use nix (alsa not linked) 2022-07-23 01:17:58 -04:00
1 changed files with 14 additions and 1 deletions

View File

@ -18,7 +18,8 @@
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
#resolver: lts-17.4
resolver: nightly-2022-03-03
resolver: lts-19.10
# resolver: nightly-2022-03-03
# User packages to be built.
# Various formats can be used as shown in the example below.
@ -86,3 +87,15 @@ flags:
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
nix:
enable: true
packages:
- xorg.libX11
- xorg.libXrandr
- xorg.libXScrnSaver
- xorg.libXext
- xorg.libXft
- xorg.libXpm
- alsa-lib
- wirelesstools
- pkg-config