This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
tubo
mirror of
https://github.com/migalmoreno/tubo
Watch
2
Star
0
Fork
1
Files
Issues
0
Wiki
Browse Source
chore: add build inputs to Nix flake
Miguel Ángel Moreno
3 months ago
parent
4313633143
commit
82a644d74f
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
flake.nix
+ 2
- 0
flake.nix
View File
@@ -15,6 +15,8 @@
buildInputs = with pkgs; [
zprint
clj-kondo
+ clojure
+ jdk
];
};
});