mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 05:53:16 +00:00 
			
		
		
		
	fix build with rust-overlay
This commit is contained in:
		@@ -64,16 +64,22 @@
 | 
			
		||||
      flake = false;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    rust-overlay = {
 | 
			
		||||
      url = "github:oxalica/rust-overlay";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    # Zellij Switcher
 | 
			
		||||
    zellij-switch = {
 | 
			
		||||
      url = "github:mostafaqanbaryan/zellij-switch";
 | 
			
		||||
      inputs.nixpkgs.follows = "nixpkgs";
 | 
			
		||||
      inputs.rust-overlay.follows = "rust-overlay";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    # Text editor
 | 
			
		||||
    helix = {
 | 
			
		||||
      url = "github:helix-editor/helix";
 | 
			
		||||
      inputs.nixpkgs.follows = "nixpkgs";
 | 
			
		||||
      inputs.rust-overlay.follows = "rust-overlay";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    # # Nextcloud Apps
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user