Rename flake packages collection
This commit is contained in:
		
							parent
							
								
									ba9fa8f37d
								
							
						
					
					
						commit
						ff25f151d3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -43,7 +43,7 @@
 | 
			
		|||
 | 
			
		||||
        in rec {
 | 
			
		||||
          # The packages provided by this flake
 | 
			
		||||
          tlaternet = {
 | 
			
		||||
          packages = {
 | 
			
		||||
            webserver = prev.callPackage
 | 
			
		||||
              ({ rustPlatform, openssl, pkgconfig, ... }:
 | 
			
		||||
                naersk-lib.buildPackage {
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
                  root = ./.;
 | 
			
		||||
                }) { };
 | 
			
		||||
          };
 | 
			
		||||
          defaultPackage = tlaternet.webserver;
 | 
			
		||||
          defaultPackage = packages.webserver;
 | 
			
		||||
 | 
			
		||||
          # A dev shell to hack manually; note this includes
 | 
			
		||||
          # additional toolchain components
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue