We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f18a8 commit 4253bc9Copy full SHA for 4253bc9
1 file changed
default.nix
@@ -14,7 +14,7 @@
14
modules = import ./modules; # NixOS modules
15
overlays = import ./overlays; # nixpkgs overlays
16
17
- example-package = pkgs.callPackage ./pkgs/example-package { };
18
- # some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
19
- # ...
+ # <package-list>: DO NOT REMOVE THIS LINE
+ step-agent-plugin = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
+ step-agent-plugin_0_64_0-rc1 = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
20
}
0 commit comments