Skip to content

Commit

Permalink
init new pkgs for nix ci
Browse files Browse the repository at this point in the history
Need to include nixpkgs-fmt and treefmt for new nix ci tests.
  • Loading branch information
sarcasticadmin committed Dec 27, 2022
1 parent db46719 commit bbd3633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
(pythonPackages: with pythonPackages; [ pytest pylint ]);

# Trying to keep these pkg sets separate for later
global = [ bash curl git jq kermit screen glibcLocales ] ++ [ scale_python ];
global = [ bash curl git jq kermit nixpkgs-fmt treefmt screen glibcLocales ] ++ [ scale_python ];
ansible_sub = [ansible_2_12 ansible-lint];
openwrt_sub = [ expect gomplate magic-wormhole tftp-hpa nettools unixtools.ping];
network_sub = [ perl534 ];
Expand Down

0 comments on commit bbd3633

Please sign in to comment.