All checks were successful
		
		
	
	Run nix flake check / flake-check (push) Successful in 1m48s
				
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			178 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			178 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   inputs,
 | |
|   self,
 | |
|   pks,
 | |
|   ...
 | |
| }:
 | |
| {
 | |
|   imports = [
 | |
|     ./configuration.nix
 | |
|     ./hardware-configuration.nix
 | |
|     ./laptop.nix
 | |
|     ../../system
 | |
|     ../../home/magicman.nix
 | |
|   ];
 | |
| }
 |