diff options
author | Aylur <[email protected]> | 2024-07-15 14:54:06 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-07-15 14:54:06 +0200 |
commit | 68b58c94094ebbb44e75be82ece77badaa0cd68f (patch) | |
tree | aa6179cd25fcaeceb7d94c16b9a9641e359ec16e /flake.nix | |
parent | 1a3b14def2b72e03e3b336937113c6410cce0acd (diff) |
install gjs package to pkgdatadir
this is needed for ags v2 so that it can setup a ts environment similar
to the current --init flag
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ buildInputs ++ [ (lua.withPackages (ps: [ps.lgi])) - (python3.withPackages (ps: [ps.pygobject3])) gjs ]; in { |