packet tracer on laptop

This commit is contained in:
atagen 2025-10-07 16:17:14 +11:00
parent e496f90e62
commit 4a19c8ec66

7
graphical/cisco.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.ciscoPacketTracer8 ];
nixpkgs.config.permittedInsecurePackages = [
"libxml2-2.13.8"
];
}