ccVault/default.nix

12 lines
148 B
Nix
Raw Normal View History

2024-10-16 14:19:09 +02:00
let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
packages = with pkgs; [
# Choose the build tools that you need
ccemux
lua
];
}