mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 01:12:10 +01:00 
			
		
		
		
	deadnix: fix update
This commit is contained in:
		
							parent
							
								
									e3558c2662
								
							
						
					
					
						commit
						b061b1785b
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -54,7 +54,7 @@ | |||
| 
 | ||||
|       systems = [ "x86_64-linux" "aarch64-linux" ]; | ||||
| 
 | ||||
|       perSystem = { self', inputs', config, pkgs, system, ... }: { | ||||
|       perSystem = { inputs', config, pkgs, system, ... }: { | ||||
|         # make pkgs available to all `perSystem` functions | ||||
|         _module.args.pkgs = import inputs.nixpkgs { | ||||
|           inherit system; | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| { config, pkgs, inputs, ... }: | ||||
| { pkgs, inputs, ... }: | ||||
| { | ||||
|   nix = { | ||||
|     daemonCPUSchedPolicy = "idle"; | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| { config, lib, pkgs, ... }: | ||||
| { config, lib, ... }: | ||||
| let | ||||
|   cfg = config.my.system.kvm; | ||||
| in | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler