diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
commit | 729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch) | |
tree | 53166b6c3bd96f860d0a7242353ef9cc7bb1790f /stack.yaml | |
parent | Remove tests (diff) |
Huge update
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..6658c36 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,10 @@ +--- +resolver: lts-18.18 +nix: + enable: true + packages: + - pkg-config + - xorg.libXScrnSaver + - xorg.libXext + - xorg.libXft + - xorg.libXrandr |