mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-10-31 00:01:40 +01:00 
			
		
		
		
	Doesn't look to affect us, but pacifies security scanners.
See 88ddf1d0d9
It's for decoding. We only use this package for encoding (via
github.com/google/rpmpack / github.com/goreleaser/nfpm/v2).
Updates #8043
Change-Id: I87631aa5048f9514bb83baf1424f6abb34329c46
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
		
	
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			788 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			788 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # This is a shell.nix file used to describe the environment that
 | |
| # tailscale needs for development.
 | |
| #
 | |
| # For more information about this and why this file is useful, see here:
 | |
| # https://nixos.org/guides/nix-pills/developing-with-nix-shell.html
 | |
| #
 | |
| # Also look into direnv: https://direnv.net/, this can make it so that you can
 | |
| # automatically get your environment set up when you change folders into the
 | |
| # project.
 | |
| (import (
 | |
|   let
 | |
|     lock = builtins.fromJSON (builtins.readFile ./flake.lock);
 | |
|   in fetchTarball {
 | |
|     url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
 | |
|     sha256 = lock.nodes.flake-compat.locked.narHash; }
 | |
| ) {
 | |
|   src =  ./.;
 | |
| }).shellNix
 | |
| # nix-direnv cache busting line: sha256-8aE6dWMkTLdWRD9WnLVSzpOQQh61voEnjZAJHtbGCSs=
 |