summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-26 11:18:49 +0200
committerAylur <[email protected]>2024-06-26 11:18:49 +0200
commita5d2c94aafc0c16b0f581cef472bbcf969b7ee1b (patch)
tree37dc82aa6b19fa6cc4832bcd4803fcf48f461b21 /flake.nix
parent710e419986b671dbe02021f19e9fe94e0d17ccb3 (diff)
cleanup flake and meson
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 1bf04f9..91b1ebe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,8 +42,6 @@
(lua.withPackages (ps: [ps.lgi]))
(python3.withPackages (ps: [ps.pygobject3]))
gjs
- deno
- nodejs
];
in {
default = pkgs.mkShell {
@@ -56,7 +54,6 @@
inputs
++ [
self.packages.${system}.astal
- pkgs.playerctl # FIXME: just for demo
];
};
};