summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-07-14 20:58:16 +0200
committerAylur <[email protected]>2024-07-14 20:58:16 +0200
commit6b63c58c3cba4559cb0a38cadbb1bac80d62e108 (patch)
tree5b3109c21459f97d4b04f6c1349ca44111ed7586 /flake.nix
parent0e1008aaa2335d7fe0a17315e32c171ef5894efd (diff)
fix position getter
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e7cac23..fbacb73 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,7 @@
];
buildInputs = with pkgs; [
+ gvfs
glib
json-glib
];