Skip to content

Commit

Permalink
alpabetically sort envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Mar 2, 2024
1 parent cc906bf commit 344915f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
infinitime = import ./envs/infinitime/shell.nix { pkgs = pkgsUnfree; };
github-pages = import ./envs/github-pages/shell.nix { inherit pkgs; };
home-assistant = import ./envs/home-assistant/shell.nix { inherit pkgs; };
nannou = import ./envs/nannou/shell.nix { inherit pkgs; };
jruby = import ./envs/jruby/shell.nix { inherit pkgs; };
nannou = import ./envs/nannou/shell.nix { inherit pkgs; };
openwrt = (import ./envs/openwrt/shell.nix { inherit pkgs; }).env;
openwrt-ci = import ./envs/openwrt/shell.nix { inherit pkgs; };
phoronix-test-suite = import ./envs/phoronix-test-suite/shell.nix { inherit pkgs; };
spec-benchmark = import ./envs/spec-benchmark/shell.nix { inherit pkgs; };
yocto = import ./envs/yocto/shell.nix { inherit pkgs; };
xilinx-vitis = import ./envs/xilinx-vitis/shell.nix { inherit pkgs; };
yocto = import ./envs/yocto/shell.nix { inherit pkgs; };
}

0 comments on commit 344915f

Please sign in to comment.