diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-05 23:55:45 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-05 23:55:45 +0530 |
| commit | 1876294f217d7faa2a07dbaaaab82d142ce42803 (patch) | |
| tree | d67ba4b240f25042063c06ce99370e3be34457ff /shell.nix | |
| parent | f17df9538b1c3f58f12b738083b747ac332b8d71 (diff) | |
all in on uci
the old server.c & log.c is gonna be removed soon
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ { pkgs ? import <nixpkgs> {} }: let - install_opt_deps = false; + install_opt_deps = true; libraries = with pkgs; [ webkitgtk_4_1 gtk3 |
