mirror of
https://github.com/numtide/flake-utils.git
synced 2025-03-06 08:56:53 +00:00
4 lines
75 B
Nix
4 lines
75 B
Nix
{ pkgs ? import <nixpkgs> }:
|
|
pkgs.mkShell {
|
|
buildInputs = [ pkgs.jq ];
|
|
}
|