mirror of
				https://forge.katzen.cafe/schrottkatze/nix-configs.git
				synced 2025-10-31 09:37:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| test:
 | |
| 	sudo nixos-rebuild test --flake . --impure
 | |
| 
 | |
| build: 
 | |
| 	sudo nixos-rebuild switch --flake . --impure
 | |
| 
 | |
| update:
 | |
| 	nix flake update --commit-lock-file
 | 
