mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	
		
			Some checks failed
		
		
	
	Trufflehog: check for exposed secrets / Run trufflehog (push) Waiting to run
				
			Nix: check for unused code / Run deadnix (push) Waiting to run
				
			Nix: validate flake / Validate x86_64-linux (push) Waiting to run
				
			Nix: validate flake.lock / Check Lockfile (push) Has been cancelled
				
			
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			260 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   pkgs,
 | |
|   ...
 | |
| }:
 | |
| {
 | |
|   home.packages =
 | |
|     with pkgs;
 | |
|     if builtins.pathExists ./Packet_Tracer822_amd64_signed.deb then
 | |
|       [
 | |
|         (ciscoPacketTracer8.override { packetTracerSource = ./Packet_Tracer822_amd64_signed.deb; })
 | |
|       ]
 | |
|     else
 | |
|       [ ];
 | |
| }
 |