wip: niri take 2 [skip-ci] #357
			No reviewers
			
				
				
			
		
		
		
	
	
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	bug
		
			duplicate
		
			enhancement
		
			help wanted
		
			invalid
		
			question
		
			wontfix
		
		
	
		No milestone
		
			
		
	No project
	
		
	
	
	
	
		No assignees
		
	
	
	
	
		2 participants
	
	
		
		
	Notifications
	
		
	
	
	
		
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
	
	
		
	
	
		
			Reference
		
	
	
		
	
	
			jalil/configuration.nix!357
			
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "push-xstqnkxmwxvm"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Take two, since one wasn't enough.
Flake output sizes
Definitions
Name: the name of the package/configuration.Size: the closure size (size on disk/NAR size + all transitive dependencies).NAR Size: the size of the build output (package without the dependencies).[NAR] Size Change: the amount changed compared to the main branch.Tips on reading this data
Size(closure size/size on disk).Sizeby disabling unneeded services/default packages.Sizeand theNAR Size.NAR Sizeby reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Sizeby reducing the dependencies (e.g.buildInputs).glibcadds ~40MiB to theSize, but is generally shared by ~every binary on the system, so, chances are, you are already including it from somewhere else and statically linking with e.g.muslis not gonna improve things.NixOS Configurations
vmPackages
audiomenudocsdocs-home-markdowndocs-nixos-markdowndocs-nvim-markdownjpassmenunvimnvim-headlessnvim-no-lspsnvim-no-tsnvim-smallsearch885fc0e46263f9776a3163f9776a31b5eae95898b5eae95898dbea825ed3dbea825ed34c90de34e94c90de34e9da857a1e7cda857a1e7cc1de563597c1de56359749907b7c3d49907b7c3d4cb2d52b09View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.