remove: ciscopackettracer
This commit is contained in:
parent
5a58e0e55b
commit
42f15beccf
5 changed files with 1224 additions and 22 deletions
1223
flake.lock
generated
Normal file
1223
flake.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -31,7 +31,6 @@
|
||||||
"${inputs.self}/modules/home/firefox-devedition.nix"
|
"${inputs.self}/modules/home/firefox-devedition.nix"
|
||||||
"${inputs.self}/modules/home/discord/linux.nix"
|
"${inputs.self}/modules/home/discord/linux.nix"
|
||||||
"${inputs.self}/modules/home/devtool/vscode.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/ssh.nix"
|
||||||
"${inputs.self}/modules/home/vicinae.nix"
|
"${inputs.self}/modules/home/vicinae.nix"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@
|
||||||
"${inputs.self}/modules/home/obs-studio.nix"
|
"${inputs.self}/modules/home/obs-studio.nix"
|
||||||
"${inputs.self}/modules/home/kdenlive.nix"
|
"${inputs.self}/modules/home/kdenlive.nix"
|
||||||
"${inputs.self}/modules/home/devtool/vscode.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/ssh.nix"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -31,7 +31,7 @@ in
|
||||||
|
|
||||||
src = builtins.fetchTarball {
|
src = builtins.fetchTarball {
|
||||||
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
|
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
|
||||||
sha256 = "1d2my418b5np4m5pch3s06gfq6b8676j983b43rqxqsck8j7fzyy";
|
sha256 = "1dihwp3smr1k52wrd1w93y66k3czjj5ccdqzfrzh00lgrl1dvfka";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [
|
buildInputs = oldAttrs.buildInputs ++ [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue