Remove example Package
This commit is contained in:
		
							parent
							
								
									23556559dd
								
							
						
					
					
						commit
						f95c8506fc
					
				@ -14,7 +14,6 @@
 | 
				
			|||||||
  modules = import ./modules; # NixOS modules
 | 
					  modules = import ./modules; # NixOS modules
 | 
				
			||||||
  overlays = import ./overlays; # nixpkgs overlays
 | 
					  overlays = import ./overlays; # nixpkgs overlays
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  example-package = pkgs.callPackage ./pkgs/example-package { };
 | 
					 | 
				
			||||||
  # some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
 | 
					  # some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
 | 
				
			||||||
  # ...
 | 
					  # ...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,10 +0,0 @@
 | 
				
			|||||||
{ stdenv }:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
stdenv.mkDerivation rec {
 | 
					 | 
				
			||||||
  name = "example-package-${version}";
 | 
					 | 
				
			||||||
  version = "1.0";
 | 
					 | 
				
			||||||
  src = ./.;
 | 
					 | 
				
			||||||
  buildPhase = "echo echo Hello World > example";
 | 
					 | 
				
			||||||
  installPhase = "install -Dm755 example $out";
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user