flake-utils/examples/simple-flake/shell.nix

5 lines
75 B
Nix
Raw Normal View History

2020-08-23 15:28:05 +02:00
{ pkgs ? import <nixpkgs> }:
pkgs.mkShell {
buildInputs = [ pkgs.jq ];
}