зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 15:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			93 строки
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			93 строки
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
2025
 | 
						|
NapoleonWils0n - Switch your nixos system and home-manager to use flakes 0:00 of 36:08
 | 
						|
    https://www.youtube.com/watch?v=XB9ZxeRziwY
 | 
						|
2024
 | 
						|
Vimjoyer - Ultimate Nix Flakes Guide 5:00 of 17:08
 | 
						|
    https://www.youtube.com/watch?v=JCeYq72Sko0
 | 
						|
EmergentMind - Anatomy of a NixOS Config - Part 2/2 0:00 of 10:42
 | 
						|
    https://www.youtube.com/watch?v=XQTe1WAtvXI
 | 
						|
Zaney - Why Flakes Are Great On NixOS 0:00 of 13:17
 | 
						|
    https://www.youtube.com/watch?v=DBFY88Moepo
 | 
						|
TheLinuxTube - NixOS: Exploring Flakes And Home Manager with Hyprland 0:00 of 23:20
 | 
						|
    https://www.youtube.com/watch?v=fpePtg7Glmc
 | 
						|
LibrePhoenix - Program a Modular Control Center for Your Config Using Special Args in NixOS Flakes 3:00 of 21:54
 | 
						|
    https://www.youtube.com/watch?v=H_Qct7TVB6o
 | 
						|
    https://librephoenix.com/2024-01-28-program-a-modular-control-center-for-your-config-using-special-args-in-nixos-flakes
 | 
						|
2023
 | 
						|
Vimjoyer - Nix File Fetching | fetchurl and Flakes of 4:20
 | 
						|
    https://www.youtube.com/watch?v=IdHbRGB-yXI
 | 
						|
    ! fetchFromGithub, fetchFromGitlab
 | 
						|
    ! inputs.someFile = { url=...; flake=false; }
 | 
						|
PackagingCon - Flakes: Nix Unshackled – Graham Christensen 0:00 of 24:19
 | 
						|
    https://www.youtube.com/watch?v=wZBiRv3ixhU
 | 
						|
SystemMaid - [Tech Maid] Running Software On NixOS 0:00 of 8:38
 | 
						|
    https://www.youtube.com/watch?v=UC2StObYQIc
 | 
						|
    ! so-so
 | 
						|
LibrePhoenix - You Should Use Flakes Right Away in NixOS! of 26:08
 | 
						|
    https://www.youtube.com/watch?v=ACybVzRvDhs
 | 
						|
    https://librephoenix.com/2023-10-21-intro-flake-config-setup-for-new-nixos-users.html
 | 
						|
Vimjoyer -  Manage Nix Flake Inputs Like a Pro of 4:38
 | 
						|
    https://www.youtube.com/watch?v=4ZoBGlkMPWI
 | 
						|
    ! flake templates
 | 
						|
    !   https://github.com/vimjoyer/simple-template
 | 
						|
    ! nix flake metadata
 | 
						|
    ! nix flake lock --update-input <flake-name>
 | 
						|
    !   https://github.com/vimjoyer/nix-update-input
 | 
						|
    ! nix flake show <flake>
 | 
						|
    ! nix flake lock update --commit-lock-file
 | 
						|
LiYang - NixOS Introduction - Nix Flakes 0:00 of 8:21
 | 
						|
    https://www.youtube.com/watch?v=DXz3FJszfo0
 | 
						|
    https://tech.aufomm.com/my-nixos-journey-flakes/
 | 
						|
NixCon - Dolstra - Flake Schemas of 19:22
 | 
						|
    https://www.youtube.com/watch?v=iQdB8dTG8aM
 | 
						|
2022
 | 
						|
NixCon - Nix Flakes in Production: What, Why and How 0:00 of 36:40
 | 
						|
    https://www.youtube.com/watch?v=o1Y7rWrPEO8
 | 
						|
Cadey - NixOS Post Writing Part 4: Flakes on WSL 0:00 of 1:59:25
 | 
						|
    https://www.youtube.com/watch?v=VzQ_NwFJObc
 | 
						|
Cadey - Nix Flakes Part 3 Writing 0:00 of 2:47:11
 | 
						|
    https://www.youtube.com/watch?v=wCZ9SwmgSck
 | 
						|
Cadey - 2022-02-27 Nix Flakes Fun With Packages 0:00 of 3:33:35
 | 
						|
    https://www.youtube.com/watch?v=eUFBD-6yAWQ
 | 
						|
    https://christine.website/blog/nix-flakes-2-2022-02-27
 | 
						|
2021
 | 
						|
JonRinger - Nix - Flakes for out-of-tree code 0:00 of 22:58
 | 
						|
    https://www.youtube.com/watch?v=90P-Ml1318U
 | 
						|
2020
 | 
						|
Thalheim - Nix flakes 101 (rC3 2020)
 | 
						|
    https://www.youtube.com/watch?v=QXUlhnhuRX4
 | 
						|
    https://web.archive.org/web/
 | 
						|
        https://streaming.lassul.us/records/nix-flakes-101-slides/
 | 
						|
    https://web.archive.org/web/20210603071306/https://streaming.lassul.us/records/nix-flakes-101-slides/#https://streaming.lassul.us/
 | 
						|
        nix flake new .
 | 
						|
        nix flake info
 | 
						|
        nix build .#
 | 
						|
        nix build
 | 
						|
        nix build github:<user>/<repo>#<flake>
 | 
						|
        nix build github:<user>/<repo>
 | 
						|
        nix run nixpkgs#jq # expects $out/bin/jq
 | 
						|
        nix flake update --recreate-lock-file
 | 
						|
Serokel - NixCon 2020 - BalSoft
 | 
						|
    !!!
 | 
						|
    https://github.com/serokell/nixcon2020-talk
 | 
						|
    https://github.com/serokell/nixcon2020-talk/blob/master/talk.md
 | 
						|
Tropin - Flakes in nix 3.0
 | 
						|
    https://www.youtube.com/watch?v=98EwejpIJzE
 | 
						|
    ! need to look
 | 
						|
    https://github.com/abcdw/rde
 | 
						|
Tropin - Almost Perfect Dotfiles Management w/ nix, home-manager and flakes (Jul 28)
 | 
						|
    https://www.youtube.com/watch?v=CDzgNxoAlnA
 | 
						|
    ! need to look
 | 
						|
    https://github.com/abcdw/rde/blob/master/flake.nix
 | 
						|
Alexander Bantyev - Nix Flakes in Production
 | 
						|
    https://www.youtube.com/watch?v=7sQa04olUA0&t=9113s
 | 
						|
    https://github.com/serokell/nixcon2020-talk
 | 
						|
        nix build github:serokell/nixcon2020-talk
 | 
						|
    nix-shell -p nixUnstable
 | 
						|
    nix --version
 | 
						|
        
 | 
						|
2019
 | 
						|
Dolstra - NixCon - Nix flakes
 | 
						|
    https://www.youtube.com/watch?v=UeBX7Ide5a0
 | 
						|
    ! need to look
 |