summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-07-15 14:54:06 +0200
committerAylur <[email protected]>2024-07-15 14:54:06 +0200
commit68b58c94094ebbb44e75be82ece77badaa0cd68f (patch)
treeaa6179cd25fcaeceb7d94c16b9a9641e359ec16e /flake.nix
parent1a3b14def2b72e03e3b336937113c6410cce0acd (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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 91b1ebe..ffc8c70 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,7 +40,6 @@
buildInputs
++ [
(lua.withPackages (ps: [ps.lgi]))
- (python3.withPackages (ps: [ps.pygobject3]))
gjs
];
in {