diff options
author | Vika <vika@fireburn.ru> | 2024-10-22 22:11:47 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-10-22 22:11:47 +0300 |
commit | fa13289c14e4f80de32189a75abf1eaf66ef6139 (patch) | |
tree | 7c40a350163fee3d062b8a9881751c9cff4600ea /flake.nix | |
parent | f2f7b6ffec7bf657966353c850d25c6ab218ff7c (diff) | |
download | bowl-fa13289c14e4f80de32189a75abf1eaf66ef6139.tar.zst |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index ecfc5b1..753b2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,8 @@ self.packages.${system}.xtr pkgs.desktop-file-utils + # for Gir to work its magic; not needed for Bowl itself but rather for its dependencies + pkgs.python3 pkgs.gobject-introspection pkgs.libsecret ]; # Add gettext manuals to the manpath |