Add conduit service #67
					 1 changed files with 10 additions and 17 deletions
				
			
		
							
								
								
									
										17
									
								
								flake.nix
									
										
									
									
									
								
							
							
						
						
									
										17
									
								
								flake.nix
									
										
									
									
									
								
							|  | @ -111,22 +111,15 @@ | ||||||
|     ########################### |     ########################### | ||||||
|     # Development environment # |     # Development environment # | ||||||
|     ########################### |     ########################### | ||||||
|     devShells.${system}.default = let |     devShells.${system}.default = nixpkgs.legacyPackages.${system}.mkShell { | ||||||
|       inherit (sops-nix.packages.${system}) sops-import-keys-hook sops-init-gpg-key; |  | ||||||
|       deploy-rs-bin = deploy-rs.packages.${system}.default; |  | ||||||
|       pkgs = nixpkgs.legacyPackages.${system}; |  | ||||||
|     in |  | ||||||
|       nixpkgs.legacyPackages.${system}.mkShell { |  | ||||||
|       sopsPGPKeyDirs = ["./keys/hosts/" "./keys/users/"]; |       sopsPGPKeyDirs = ["./keys/hosts/" "./keys/users/"]; | ||||||
|       nativeBuildInputs = [ |       nativeBuildInputs = [ | ||||||
|           sops-import-keys-hook |         sops-nix.packages.${system}.sops-import-keys-hook | ||||||
|       ]; |       ]; | ||||||
| 
 | 
 | ||||||
|         packages = with pkgs; [ |       packages = [ | ||||||
|           nixfmt |         sops-nix.packages.${system}.sops-init-gpg-key | ||||||
|           git-lfs |         deploy-rs.packages.${system}.default | ||||||
|           sops-init-gpg-key |  | ||||||
|           deploy-rs-bin |  | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue