We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e416c commit b63f1d7Copy full SHA for b63f1d7
1 file changed
default.nix
@@ -15,6 +15,7 @@
15
overlays = import ./overlays; # nixpkgs overlays
16
17
# <package-list>: DO NOT REMOVE THIS LINE
18
+ step-agent_0_67_4-rc2 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.4-rc2.nix { };
19
step-agent_0_67_4-rc1 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.4-rc1.nix { };
20
step-agent_0_67_3-rc3 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.3-rc3.nix { };
21
step-agent_0_67_3-rc2 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.3-rc2.nix { };
0 commit comments