Delete unused .nix expressions
These were never more than scratch buffers that I used when I was feeling around in the dark trying to learn Nix.
This commit is contained in:
		
							parent
							
								
									d6cf2fe462
								
							
						
					
					
						commit
						b475f7166e
					
				
					 3 changed files with 0 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +0,0 @@
 | 
			
		|||
{ pkgs ? import (builtins.fetchTarball
 | 
			
		||||
  "https://github.com/tazjin/depot/archive/master.tar.gz") {} }:
 | 
			
		||||
 | 
			
		||||
pkgs.writeElispBin {
 | 
			
		||||
  name = "list";
 | 
			
		||||
  deps = epkgs: [ epkgs.dash ./prelude.nix ];
 | 
			
		||||
  src = ./list.el;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,11 +0,0 @@
 | 
			
		|||
{ pkgs ? import (builtins.fetchTarball
 | 
			
		||||
  "https://github.com/tazjin/depot/archive/master.tar.gz") {} }:
 | 
			
		||||
 | 
			
		||||
# Ciruclar dependency warning: list.nix depends on prelude.nix, which depends on
 | 
			
		||||
# list.nix.
 | 
			
		||||
pkgs.writeElispBin {
 | 
			
		||||
  name = "prelude";
 | 
			
		||||
  # If this can build with epkgs.ht, remove `(require 'ht)`.
 | 
			
		||||
  deps = epkgs: [ epkgs.s epkgs.dash epkgs.f ./string.nix ./list.nix ];
 | 
			
		||||
  src = ./prelude.el;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,8 +0,0 @@
 | 
			
		|||
{ pkgs ? import (builtins.fetchTarball
 | 
			
		||||
  "https://github.com/tazjin/depot/archive/master.tar.gz") {} }:
 | 
			
		||||
 | 
			
		||||
pkgs.writeElispBin {
 | 
			
		||||
  name = "string";
 | 
			
		||||
  deps = epkgs: [ epkgs.dash epkgs.s ./prelude.nix ];
 | 
			
		||||
  src = ./string.el;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue