bonfire/devShells/bonfire.nix

9 lines
124 B
Nix
Raw Normal View History

2024-04-20 01:34:48 +05:00
{ crane-lib, pkgs, ... }:
crane-lib.devShell {
packages = with pkgs; [
# nil
jq
cachix
];
}