We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaadaa commit dfe71f3Copy full SHA for dfe71f3
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_65_0-rc19 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc19.nix { };
19
step-agent = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc11.nix { };
20
step-agent_0_65_0-rc11 = pkgs.callPackage ./pkgs/step-agent/step-agent_0.65.0-rc11.nix { };
21
}
0 commit comments