forked from fediversity/fediversity
		
	Cleanup dead code
This commit is contained in:
		
							parent
							
								
									81176a1a9a
								
							
						
					
					
						commit
						20f9d36481
					
				
					 8 changed files with 12 additions and 8 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| { writeShellApplication }: | ||||
| name: config: | ||||
| name: _config: | ||||
| writeShellApplication { | ||||
|   name = "deploy"; | ||||
|   text = '' | ||||
|  |  | |||
|  | @ -8,7 +8,6 @@ in | |||
| { | ||||
|   config, | ||||
|   lib, | ||||
|   pkgs, | ||||
|   ... | ||||
| }: | ||||
| 
 | ||||
|  |  | |||
|  | @ -8,7 +8,6 @@ in | |||
| { | ||||
|   config, | ||||
|   lib, | ||||
|   pkgs, | ||||
|   ... | ||||
| }: | ||||
| 
 | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
|       pkgs = nixpkgs.legacyPackages.${system}; | ||||
|       pkgsLatest = nixpkgs-latest.legacyPackages.${system}; | ||||
|       bleedingFediverseOverlay = ( | ||||
|         self: super: { | ||||
|         _: _: { | ||||
|           pixelfed = pkgsLatest.pixelfed.overrideAttrs (old: { | ||||
|             src = pixelfed; | ||||
|             patches = (old.patches or [ ]) ++ [ ./fediversity/pixelfed-group-permissions.patch ]; | ||||
|  |  | |||
|  | @ -1,7 +1,10 @@ | |||
| { pkgs, self }: | ||||
| let | ||||
|   lib = pkgs.lib; | ||||
|   rebuildableTest = import ./rebuildableTest.nix pkgs; | ||||
| 
 | ||||
|   ## FIXME: this binding was not used, but maybe we want a side-effect or something? | ||||
|   # rebuildableTest = import ./rebuildableTest.nix pkgs; | ||||
| 
 | ||||
|   seleniumScript = | ||||
|     pkgs.writers.writePython3Bin "selenium-script" | ||||
|       { | ||||
|  |  | |||
|  | @ -1,7 +1,9 @@ | |||
| { pkgs, self }: | ||||
| let | ||||
|   lib = pkgs.lib; | ||||
|   rebuildableTest = import ./rebuildableTest.nix pkgs; | ||||
| 
 | ||||
|   ## FIXME: this binding was not used but maybe we want a side effect or something? | ||||
|   # rebuildableTest = import ./rebuildableTest.nix pkgs; | ||||
| 
 | ||||
|   email = "test@test.com"; | ||||
|   password = "testtest"; | ||||
|  |  | |||
|  | @ -1,4 +1,5 @@ | |||
| { pkgs, modulesPath, ... }: | ||||
| { modulesPath, ... }: | ||||
| 
 | ||||
| { | ||||
| 
 | ||||
|   imports = [ (modulesPath + "/virtualisation/qemu-vm.nix") ]; | ||||
|  |  | |||
|  | @ -1,5 +1,4 @@ | |||
| { | ||||
|   pkgs, | ||||
|   lib, | ||||
|   modulesPath, | ||||
|   ... | ||||
|  | @ -9,6 +8,7 @@ let | |||
|   inherit (lib) mkVMOverride; | ||||
| 
 | ||||
| in | ||||
| 
 | ||||
| { | ||||
|   imports = [ (modulesPath + "/virtualisation/qemu-vm.nix") ]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Valentin Gagarin
							Valentin Gagarin