From https://github.com/NixOS/nixpkgs/pull/337052
This commit is contained in:
2024-09-04 16:46:58 +03:00
parent c4e82f62ed
commit 19bf622e20
2 changed files with 77 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
})
(_: super: {
nicer = super.callPackage ./pkgs/nicer.nix { };
imapsync = super.callPackage ./pkgs/imapsync.nix { };
tmuxbash = super.callPackage ./pkgs/tmuxbash.nix { };
vanta-agent = super.callPackage ./pkgs/vanta-agent.nix { };