mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01:00 
			
		
		
		
	Add buildtags to pls
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									a94ed0586e
								
							
						
					
					
						commit
						ed2236aa24
					
				@ -128,7 +128,13 @@
 | 
				
			|||||||
      };
 | 
					      };
 | 
				
			||||||
    in rec {
 | 
					    in rec {
 | 
				
			||||||
      # `nix develop`
 | 
					      # `nix develop`
 | 
				
			||||||
      devShell = pkgs.mkShell {buildInputs = devDeps;};
 | 
					      devShell = pkgs.mkShell {
 | 
				
			||||||
 | 
					        buildInputs = devDeps;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        shellHook = ''
 | 
				
			||||||
 | 
					          export GOFLAGS=-tags="integration,integration_general,integration_oidc,integration_cli,integration_derp"
 | 
				
			||||||
 | 
					        '';
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # `nix build`
 | 
					      # `nix build`
 | 
				
			||||||
      packages = with pkgs; {
 | 
					      packages = with pkgs; {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user