зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
86 строки
3.8 KiB
Plaintext
86 строки
3.8 KiB
Plaintext
2024
|
|
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
|