mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 10:33:16 +00:00 
			
		
		
		
	adjust aws package layout
This commit is contained in:
		
							
								
								
									
										10
									
								
								flake.nix
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								flake.nix
									
									
									
									
									
								
							@@ -83,12 +83,10 @@
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      # Package servers into images with a generator
 | 
			
		||||
      packages.x86_64-linux = with inputs; {
 | 
			
		||||
        aws = import ./hosts/aws {
 | 
			
		||||
          inherit inputs globals;
 | 
			
		||||
          system = "x86_64-linux";
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      packages.aws = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ]
 | 
			
		||||
        (system: {
 | 
			
		||||
          "${system}" = import ./hosts/aws { inherit inputs globals system; };
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
      apps = forAllSystems (system:
 | 
			
		||||
        let pkgs = import nixpkgs { inherit system; };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user