bonfire/devShells/bonfire.nix

9 lines
124 B
Nix

{ crane-lib, pkgs, ... }:
crane-lib.devShell {
packages = with pkgs; [
# nil
jq
cachix
];
}