Add 'universe/' from commit '8ad51b24dd'
				
					
				
			git-subtree-dir: universe git-subtree-mainline:15110e6de9git-subtree-split:8ad51b24dd
This commit is contained in:
		
						commit
						fb9380ba26
					
				
					 131 changed files with 13792 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								universe/advent-of-code/writePythonBin.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								universe/advent-of-code/writePythonBin.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| { pkgs ? import <nixpkgs> {}, ... }: | ||||
| 
 | ||||
| { name, deps, src }: | ||||
| 
 | ||||
| let | ||||
|   inherit (pkgs) pythonPackages writeTextFile; | ||||
|   inherit (builtins) toFile; | ||||
| 
 | ||||
| in writeTextFile { | ||||
|   inherit name; | ||||
|   executable = true; | ||||
|   destination = "/bin/${name}"; | ||||
| 
 | ||||
|   text = '' | ||||
|     #!/bin/sh | ||||
|     ${pkgs.python3}/bin/python3 ${src} | ||||
|   ''; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue