Refactor update-shell.nix
This commit is contained in:
parent
f49040800e
commit
41fdeb94aa
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
{ pkgs ? import <nixpkgs> { } }:
|
||||||
|
with pkgs;
|
||||||
|
|
||||||
pkgs.mkShell {
|
mkShell {
|
||||||
packages = with pkgs; [
|
packages = [
|
||||||
bat
|
bat
|
||||||
curl
|
curl
|
||||||
jq
|
jq
|
||||||
|
|
Loading…
Reference in a new issue