1
0
Fork 0

Refactor update-shell.nix

This commit is contained in:
Daniel Kempkens 2021-12-19 00:12:55 +01:00
parent f49040800e
commit 41fdeb94aa

View file

@ -1,7 +1,8 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
pkgs.mkShell {
packages = with pkgs; [
mkShell {
packages = [
bat
curl
jq