Skip to content

Commit b63f1d7

Browse files
committed
Add new package to default.nix
1 parent 74e416c commit b63f1d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
overlays = import ./overlays; # nixpkgs overlays
1616

1717
# <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 { };
1819
step-agent_0_67_4-rc1 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.4-rc1.nix { };
1920
step-agent_0_67_3-rc3 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.3-rc3.nix { };
2021
step-agent_0_67_3-rc2 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.67.3-rc2.nix { };

0 commit comments

Comments
 (0)