Skip to content

Commit 4253bc9

Browse files
committed
Manual fix default.nix
- Add <pkglist> entry to allow addpkg.sh to work.
1 parent 76f18a8 commit 4253bc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
modules = import ./modules; # NixOS modules
1515
overlays = import ./overlays; # nixpkgs overlays
1616

17-
example-package = pkgs.callPackage ./pkgs/example-package { };
18-
# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
19-
# ...
17+
# <package-list>: DO NOT REMOVE THIS LINE
18+
step-agent-plugin = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
19+
step-agent-plugin_0_64_0-rc1 = pkgs.callPackage ./pkgs/step-agent-plugin/step-agent-plugin_0.64.0-rc1.nix { };
2020
}

0 commit comments

Comments
 (0)