remove: ciscopackettracer

This commit is contained in:
암냥 2026-09-10 01:29:28 +09:00
commit 42f15beccf
No known key found for this signature in database
5 changed files with 1224 additions and 22 deletions

1223
flake.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,6 @@
"${inputs.self}/modules/home/firefox-devedition.nix"
"${inputs.self}/modules/home/discord/linux.nix"
"${inputs.self}/modules/home/devtool/vscode.nix"
"${inputs.self}/modules/home/devtool/ciscopackettracer.nix"
"${inputs.self}/modules/home/ssh.nix"
"${inputs.self}/modules/home/vicinae.nix"

View file

@ -36,7 +36,6 @@
"${inputs.self}/modules/home/obs-studio.nix"
"${inputs.self}/modules/home/kdenlive.nix"
"${inputs.self}/modules/home/devtool/vscode.nix"
"${inputs.self}/modules/home/devtool/ciscopackettracer.nix"
"${inputs.self}/modules/home/ssh.nix"
];
}

View file

@ -1,19 +0,0 @@
{ pkgs, inputs, ... }:
let
system = pkgs.stdenv.hostPlatform.system;
pkgsPacketTracer8 = import inputs.nixpkgs-2511 {
inherit system;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"ciscoPacketTracer8-8.2.2"
];
};
};
in
{
home.packages = [
pkgs.cisco-packet-tracer_9
pkgsPacketTracer8.ciscoPacketTracer8
];
}

View file

@ -31,7 +31,7 @@ in
src = builtins.fetchTarball {
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "1d2my418b5np4m5pch3s06gfq6b8676j983b43rqxqsck8j7fzyy";
sha256 = "1dihwp3smr1k52wrd1w93y66k3czjj5ccdqzfrzh00lgrl1dvfka";
};
buildInputs = oldAttrs.buildInputs ++ [