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> { } }:
|
||||
with pkgs;
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
mkShell {
|
||||
packages = [
|
||||
bat
|
||||
curl
|
||||
jq
|
||||
|
|
Loading…
Reference in a new issue