Skip to content

Commit dfe71f3

Browse files
committed
Add new package to default.nix
1 parent feaadaa commit dfe71f3

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_65_0-rc19 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc19.nix { };
1819
step-agent = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc11.nix { };
1920
step-agent_0_65_0-rc11 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc11.nix { };
2021
}

0 commit comments

Comments
 (0)