Skip to content

Commit 737b345

Browse files
committed
fix devShell knockd reference scope
1 parent e21f3e7 commit 737b345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
asciinema
256256
mkpasswd
257257
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
258-
knockd # For port knocking (Linux only)
258+
pkgs.knockd # For port knocking (Linux only)
259259
];
260260

261261
shellHook = ''

0 commit comments

Comments
 (0)